Disable LSP by default

This commit is contained in:
Julian Ospald 2018-06-12 17:46:53 +02:00
parent 9ec0257252
commit 35bdc2d2c1
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 511B62C09D50CD28
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni

4
vimrc
Vedi File

@ -332,6 +332,10 @@ endfun
" ===========================
" LSP
let g:LanguageClient_autoStart = 0
" youcompleteme
let g:ycm_filetype_blacklist = {
\ 'notes' : 1,