Disable LSP by default

This commit is contained in:
Julian Ospald 2018-06-12 17:46:53 +02:00
부모 9ec0257252
커밋 35bdc2d2c1
No known key found for this signature in database
GPG 키 ID: 511B62C09D50CD28
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제

4
vimrc
파일 보기

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