Enable LSP for all languages
This commit is contained in:
parent
3cdd8ba814
commit
11e4d6cf4e
10
vimrc
10
vimrc
@ -57,11 +57,11 @@ Plug 'LucHermitte/lh-vim-lib'
|
||||
Plug 'LucHermitte/local_vimrc'
|
||||
|
||||
" LSP
|
||||
" Plug 'autozimu/LanguageClient-neovim', {
|
||||
" \ 'branch': 'next',
|
||||
" \ 'do': 'bash install.sh',
|
||||
" \ 'for': 'haskell',
|
||||
" \ }
|
||||
" setting this per-language breaks "let g:LanguageClient_autoStart = 1",
|
||||
Plug 'autozimu/LanguageClient-neovim', {
|
||||
\ 'branch': 'next',
|
||||
\ 'do': 'bash install.sh',
|
||||
\ }
|
||||
" (Optional) Multi-entry selection UI.
|
||||
" Plug 'junegunn/fzf', { 'for': 'haskell' }
|
||||
" autocomplet
|
||||
|
Loading…
Reference in New Issue
Block a user