diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-06-14 15:40:19 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-06-14 15:40:19 -0600 |
commit | b7b06e69392b8c0b1bc6b2a258e6bc284608fcee (patch) | |
tree | 2a06da3909acdb502041e900adf3888b3f99bb90 /vimrc | |
parent | f4fd17ed43e47f87ac428dfcb6dbfa86216dcd9b (diff) |
Adding in the ranger plugin
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ Plug 'tpope/vim-commentary' " Better commenting commands Plug 'tpope/vim-fugitive' " Git integration with vim Plug 'tpope/vim-surround' " Helps with surrounding text Plug 'morhetz/gruvbox' " Pretty colorscheme +Plug 'francoiscabrol/ranger.vim' " Ranger integration Plug 'ledger/vim-ledger' " Ledger plugin Plug 'python-mode/python-mode' " Python awesomeness in vim Plug 'chr4/nginx.vim' " nginx stuff |