mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] move more plugins into IDE mode
This commit is contained in:
parent
456b1cda0c
commit
d49a22bcf3
1 changed files with 9 additions and 5 deletions
|
@ -27,8 +27,10 @@ Plug 'junegunn/vim-plug'
|
|||
" }}}
|
||||
|
||||
" Editing {{{
|
||||
if g:vim_ide
|
||||
Plug 'easymotion/vim-easymotion'
|
||||
Plug 'junegunn/vim-easy-align'
|
||||
endif
|
||||
Plug 'Raimondi/delimitMate'
|
||||
Plug 'tpope/vim-repeat'
|
||||
Plug 'tpope/vim-commentary'
|
||||
|
@ -61,9 +63,11 @@ Plug 'junegunn/vim-plug'
|
|||
" }}}
|
||||
|
||||
" Git {{{
|
||||
if g:vim_ide
|
||||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'tpope/vim-rhubarb'
|
||||
Plug 'airblade/vim-gitgutter'
|
||||
endif
|
||||
" }}}
|
||||
|
||||
" FZF {{{
|
||||
|
|
Loading…
Reference in a new issue