summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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