diff options
author | Chris <[email protected]> | 2020-04-26 14:17:15 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-04-26 14:17:15 -0400 |
commit | b98a4a0f6dbf0e4c1340653708dec2b91953e4e0 (patch) | |
tree | 69aebd29b78d63ac58e575261bdb3eaf3ea44350 /vim-plug/plugins.vim | |
parent | b2cb147f7ac5c110638fcc280174d83aed95908f (diff) |
auto push
Diffstat (limited to 'vim-plug/plugins.vim')
-rw-r--r-- | vim-plug/plugins.vim | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vim-plug/plugins.vim b/vim-plug/plugins.vim index 0ec61f48..d03b7fb4 100644 --- a/vim-plug/plugins.vim +++ b/vim-plug/plugins.vim @@ -10,8 +10,6 @@ call plug#begin('~/.config/nvim/autoload/plugged') " Better Syntax Support Plug 'sheerun/vim-polyglot' - " File Explorer - Plug 'scrooloose/NERDTree' " Auto pairs for '(' '[' '{' Plug 'jiangmiao/auto-pairs' " Themes @@ -22,6 +20,9 @@ call plug#begin('~/.config/nvim/autoload/plugged') " Status Line Plug 'vim-airline/vim-airline' Plug 'vim-airline/vim-airline-themes' + " Ranger + Plug 'kevinhwang91/rnvimr', {'do': 'make sync'} + call plug#end() |