diff options
| -rw-r--r-- | README.md | 10 | ||||
| -rw-r--r-- | init.vim | 2 | ||||
| -rw-r--r-- | modules/general.vim | 2 | 
3 files changed, 12 insertions, 2 deletions
| @@ -27,3 +27,13 @@ install universal ctags"  make sure you open the language server module and point to the correct binaries such as pyls and vint +## TODO  + +start using coc + +install this stuff + +Plug 'numirias/semshi', {'do': ':UpdateRemotePlugins'} +Plug 'weirongxu/plantuml-previewer.vim'                                 " Plantuml-previewer +https://github.com/voldikss/coc-todolist + @@ -24,8 +24,6 @@ source $HOME/.config/nvim/modules/echodoc.vim  source $HOME/.config/nvim/modules/test.vim  set conceallevel=0 -"TODO" -"change install script to install pyls in base and clone base instead"  "fix ctrl+l in python  nnoremap <M-h> <C-w>h  nnoremap <M-j> <C-w>j diff --git a/modules/general.vim b/modules/general.vim index c00b2b34..9c55b521 100644 --- a/modules/general.vim +++ b/modules/general.vim @@ -3,6 +3,8 @@ if &compatible    set nocompatible  endif +set runtimepath^=~/.config/_vim +  " set leader key  let g:mapleader="\\"  " alias for leader key | 
