summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Idziorek <michal.idziorek@citi.com>2021-06-01 11:37:06 +0200
committerMichal Idziorek <michal.idziorek@citi.com>2021-06-01 11:37:06 +0200
commit7528c1bd5a432d85021c5b2b03f167ceff9eb090 (patch)
treed29c1ce02726c6d5228213f98979628f041c3ef5
parent414392ebcdaafd1faad5bb7b59266356800929e3 (diff)
add langaugeclient-neovim
-rw-r--r--vim-new/vimrc13
1 files changed, 13 insertions, 0 deletions
diff --git a/vim-new/vimrc b/vim-new/vimrc
index c486aa0..5280230 100644
--- a/vim-new/vimrc
+++ b/vim-new/vimrc
@@ -1,6 +1,19 @@
" Miguel's Fresh Vimrc "
" Started from scratch on 29th Apr 2021
+call plug#begin('~/.vim/plugged')
+
+Plug 'autozimu/LanguageClient-neovim', {
+ \ 'branch': 'next',
+ \ 'do': 'bash install.sh'
+ \ }
+
+call plug#end()
+
+nnoremap <F5> :call LanguageClient_contextMenu()<CR>
+
+let g:LanguageClient_serverCommands = { 'haskell': ['haskell-language-server-wrapper', '--lsp'] }
+
" {{{ misc
colorscheme desert
set nocompatible