浏览代码

added stuff to readme

ChristianChiarulli 6 年之前
父节点
当前提交
cc7de26123
共有 3 个文件被更改,包括 12 次插入2 次删除
  1. 10 0
      README.md
  2. 0 2
      init.vim
  3. 2 0
      modules/general.vim

+ 10 - 0
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
 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
+

+ 0 - 2
init.vim

@@ -24,8 +24,6 @@ source $HOME/.config/nvim/modules/echodoc.vim
 source $HOME/.config/nvim/modules/test.vim
 source $HOME/.config/nvim/modules/test.vim
 
 
 set conceallevel=0
 set conceallevel=0
-"TODO"
-"change install script to install pyls in base and clone base instead"
 "fix ctrl+l in python
 "fix ctrl+l in python
 nnoremap <M-h> <C-w>h
 nnoremap <M-h> <C-w>h
 nnoremap <M-j> <C-w>j
 nnoremap <M-j> <C-w>j

+ 2 - 0
modules/general.vim

@@ -3,6 +3,8 @@ if &compatible
   set nocompatible
   set nocompatible
 endif
 endif
 
 
+set runtimepath^=~/.config/_vim
+
 " set leader key
 " set leader key
 let g:mapleader="\\"
 let g:mapleader="\\"
 " alias for leader key
 " alias for leader key