mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-03 09:35:26 +02:00
react comments hack
This commit is contained in:
parent
88f156841b
commit
6f280c5198
6 changed files with 118 additions and 39 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue