|
@@ -20,6 +20,8 @@ call plug#begin('~/.config/nvim/autoload/plugged')
|
|
|
Plug 'tpope/vim-surround'
|
|
|
" Better Comments
|
|
|
Plug 'tpope/vim-commentary'
|
|
|
+ " Have the file system follow you around
|
|
|
+ Plug 'airblade/vim-rooter'
|
|
|
|
|
|
if exists('g:vscode')
|
|
|
" Easy motion for VSCode
|
|
@@ -46,7 +48,6 @@ call plug#begin('~/.config/nvim/autoload/plugged')
|
|
|
" FZF
|
|
|
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
|
|
|
Plug 'junegunn/fzf.vim'
|
|
|
- Plug 'airblade/vim-rooter'
|
|
|
" Git
|
|
|
Plug 'airblade/vim-gitgutter'
|
|
|
Plug 'tpope/vim-fugitive'
|