Enable LSP for all languages

This commit is contained in:
Julian Ospald 2018-06-12 17:46:06 +02:00
parent 3cdd8ba814
commit 11e4d6cf4e
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 5 additions and 5 deletions

10
vimrc
View File

@ -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