Enable vint for vim
This commit is contained in:
parent
0eea46beae
commit
08d59860f5
2
after/ftplugin/vim.vim
Normal file
2
after/ftplugin/vim.vim
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
let g:ale_linters = {'vim':['vint']}
|
||||||
|
|
2
vimrc
2
vimrc
@ -84,7 +84,7 @@ Plug 'autozimu/LanguageClient-neovim', {
|
|||||||
" linting/compilation
|
" linting/compilation
|
||||||
Plug 'w0rp/ale', {
|
Plug 'w0rp/ale', {
|
||||||
\ 'do': 'bash -c \"cp -R ~/.vim/ale_linters .\"',
|
\ 'do': 'bash -c \"cp -R ~/.vim/ale_linters .\"',
|
||||||
\ 'for': 'sh',
|
\ 'for': ['sh', 'vim'],
|
||||||
\ }
|
\ }
|
||||||
|
|
||||||
" haskell
|
" haskell
|
||||||
|
Loading…
Reference in New Issue
Block a user