Browse Source

Disable LSP by default

master
Julian Ospald 5 years ago
parent
commit
35bdc2d2c1
No known key found for this signature in database GPG Key ID: 511B62C09D50CD28
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      vimrc

+ 4
- 0
vimrc View File

@@ -332,6 +332,10 @@ endfun
" ===========================


" LSP
let g:LanguageClient_autoStart = 0


" youcompleteme
let g:ycm_filetype_blacklist = {
\ 'notes' : 1,


Loading…
Cancel
Save