diff options
author | ChristianChiarulli <[email protected]> | 2019-08-10 22:31:27 -0400 |
---|---|---|
committer | ChristianChiarulli <[email protected]> | 2019-08-10 22:31:27 -0400 |
commit | cc7de261235832ab16f89947e1901e85990490aa (patch) | |
tree | c93d85a5b05572b841dc2254c603a9c7f1f339a1 | |
parent | 8b11502fd63742e0b57db15d3ab45c5f35f485e4 (diff) |
added stuff to readme
-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 |