react comments hack

This commit is contained in:
Chris 2020-05-17 15:41:15 -04:00
parent 88f156841b
commit 6f280c5198
6 changed files with 118 additions and 39 deletions

View file

@ -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