diff options
| author | Chris <[email protected]> | 2020-05-17 15:41:15 -0400 | 
|---|---|---|
| committer | Chris <[email protected]> | 2020-05-17 15:41:15 -0400 | 
| commit | 6f280c5198386265b37aa1d7cd7e86f3f7550a85 (patch) | |
| tree | c3eed699919bfe0de63d6e1460c7987b61ee6f4c /vim-plug/plugins.vim | |
| parent | 88f156841b8828e179f6183db5ed43da4b724127 (diff) | |
react comments hack
Diffstat (limited to 'vim-plug/plugins.vim')
| -rw-r--r-- | vim-plug/plugins.vim | 4 | 
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 | 
