diff options
author | Cody Hiar <thornycrackers@users.noreply.github.com> | 2018-03-25 13:24:56 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-25 13:24:56 -0600 |
commit | 625585ec6e096c001b30bd691d322145609534c9 (patch) | |
tree | 3b555c5451b0a0fa21f8ff92ccdfd24ad97c0ca1 | |
parent | a76dd3362b94fd404e022a416364b4161a2b177d (diff) |
Update vimrc
remove vim wiki
-rw-r--r-- | vimrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -16,7 +16,6 @@ Plug 'tmhedberg/SimpylFold' " Folding for python Plug 'tpope/vim-commentary' " Better commenting commands Plug 'tpope/vim-fugitive' " Git integration with vim Plug 'tpope/vim-surround' " Helps with surrounding text -Plug 'vimwiki/vimwiki' " A cool program for wiki notes Plug 'tmhedberg/matchit' " Match tags in html Plug 'rbgrouleff/bclose.vim' " ranger.vim dep Plug 'francoiscabrol/ranger.vim' " ranger intergration |