summaryrefslogtreecommitdiff
path: root/vim-plug/plugins.vim
diff options
context:
space:
mode:
authorChris <[email protected]>2020-05-17 15:41:15 -0400
committerChris <[email protected]>2020-05-17 15:41:15 -0400
commit6f280c5198386265b37aa1d7cd7e86f3f7550a85 (patch)
treec3eed699919bfe0de63d6e1460c7987b61ee6f4c /vim-plug/plugins.vim
parent88f156841b8828e179f6183db5ed43da4b724127 (diff)
react comments hack
Diffstat (limited to 'vim-plug/plugins.vim')
-rw-r--r--vim-plug/plugins.vim4
1 files changed, 3 insertions, 1 deletions
diff --git a/vim-plug/plugins.vim b/vim-plug/plugins.vim
index ec3e7a15..2b9bec31 100644
--- a/vim-plug/plugins.vim
+++ b/vim-plug/plugins.vim
@@ -19,7 +19,8 @@ call plug#begin('~/.config/nvim/autoload/plugged')
" Surround
Plug 'tpope/vim-surround'
" Better Comments
- Plug 'preservim/nerdcommenter'
+ Plug 'tpope/vim-commentary'
+ " Plug 'preservim/nerdcommenter'
" Have the file system follow you around
Plug 'airblade/vim-rooter'
" auto set indent settings
@@ -88,6 +89,7 @@ call plug#begin('~/.config/nvim/autoload/plugged')
" Plug 'Shougo/echodoc.vim'
" Interactive code
Plug 'metakirby5/codi.vim'
+ Plug 'https://github.com/vimwiki/vimwiki.git'
endif