VIM: Adds lsp bindings for more languages
This commit is contained in:
parent
f1c2c3fcb2
commit
741dc650df
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,6 @@ endfunction
|
|||
if has('autocmd')
|
||||
augroup JHLanguageClientAutocmds
|
||||
autocmd!
|
||||
autocmd FileType go,vim call s:ConfigureBuffer()
|
||||
autocmd FileType sh,c,go,python,vim,vue call s:ConfigureBuffer()
|
||||
augroup END
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue