vimrc: set ALE completion/LSP settings
This commit is contained in:
parent
c6d588edcc
commit
0d76e3a116
@ -25,6 +25,13 @@ augroup plug_auto_install
|
|||||||
\| endif
|
\| endif
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
|
let g:ale_disable_lsp = 0
|
||||||
|
" let g:ale_completion_delay = 145
|
||||||
|
" let g:ale_completion_delay = 220
|
||||||
|
let g:ale_completion_delay = 200
|
||||||
|
" needs to be set before ALE is loaded, this setting controls AUTOcomplete
|
||||||
|
let g:ale_completion_enabled = 0 " should be off when deoplete is on but appears to work just fine, too
|
||||||
|
|
||||||
" both "filetype indent on" and "syntax on" are called by Plug, keeping DRY
|
" both "filetype indent on" and "syntax on" are called by Plug, keeping DRY
|
||||||
call plug#begin()
|
call plug#begin()
|
||||||
" colourschemes
|
" colourschemes
|
||||||
|
Loading…
Reference in New Issue
Block a user