Add argon ale linter and allow local linters

This commit is contained in:
2018-06-18 12:01:21 +02:00
parent 6b6c3628bb
commit 901d336d82
2 changed files with 67 additions and 1 deletions

4
vimrc
View File

@@ -80,7 +80,9 @@ Plug 'autozimu/LanguageClient-neovim', {
Plug 'junegunn/fzf', { 'for': 'haskell' }
" linting/compilation
Plug 'w0rp/ale'
Plug 'w0rp/ale', {
\ 'do': 'bash -c \"cp -R ~/.vim/ale_linters .\"',
\ }
" haskell
" if has("nvim")