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'
|
Plug 'LucHermitte/local_vimrc'
|
||||||
|
|
||||||
" LSP
|
" LSP
|
||||||
" Plug 'autozimu/LanguageClient-neovim', {
|
" setting this per-language breaks "let g:LanguageClient_autoStart = 1",
|
||||||
" \ 'branch': 'next',
|
Plug 'autozimu/LanguageClient-neovim', {
|
||||||
" \ 'do': 'bash install.sh',
|
\ 'branch': 'next',
|
||||||
" \ 'for': 'haskell',
|
\ 'do': 'bash install.sh',
|
||||||
" \ }
|
\ }
|
||||||
" (Optional) Multi-entry selection UI.
|
" (Optional) Multi-entry selection UI.
|
||||||
" Plug 'junegunn/fzf', { 'for': 'haskell' }
|
" Plug 'junegunn/fzf', { 'for': 'haskell' }
|
||||||
" autocomplet
|
" autocomplet
|
||||||
|
Loading…
Reference in New Issue
Block a user