Disable LSP by default

This commit is contained in:
Julian Ospald 2018-06-12 17:46:53 +02:00
parent 9ec0257252
commit 35bdc2d2c1
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 4 additions and 0 deletions

4
vimrc
View File

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