vimrc: set ALE completion/LSP settings

This commit is contained in:
surtur 2022-10-30 02:40:54 +01:00
parent c6d588edcc
commit 0d76e3a116
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

View File

@ -25,6 +25,13 @@ augroup plug_auto_install
\| endif
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
call plug#begin()
" colourschemes