summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
-rw-r--r--init.vim2
-rw-r--r--modules/general.vim2
3 files changed, 12 insertions, 2 deletions
diff --git a/README.md b/README.md
index 598f5ac9..b01e7ff9 100644
--- a/README.md
+++ b/README.md
@@ -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
+
diff --git a/init.vim b/init.vim
index d8d8884b..03a1c42d 100644
--- a/init.vim
+++ b/init.vim
@@ -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