summaryrefslogtreecommitdiff
path: root/modules/plugins.vim
diff options
context:
space:
mode:
Diffstat (limited to 'modules/plugins.vim')
-rw-r--r--modules/plugins.vim11
1 files changed, 4 insertions, 7 deletions
diff --git a/modules/plugins.vim b/modules/plugins.vim
index 7a7fbbc6..47117172 100644
--- a/modules/plugins.vim
+++ b/modules/plugins.vim
@@ -7,16 +7,13 @@ endfunction
if dein#load_state('~/.config/nvim/dein')
call dein#begin('~/.config/nvim/dein')
-
+ " Ranger integration
+ "call dein#add('kevinhwang91/rnvimr', {'do': 'make sync'})
+ call dein#add('francoiscabrol/ranger.vim')
+ call dein#add('rbgrouleff/bclose.vim')
" All the Themes
- ""call dein#add('flazz/vim-colorschemes')
- call dein#add('liuchengxu/space-vim-dark')
- call dein#add('tomasiser/vim-code-dark')
call dein#add('joshdick/onedark.vim')
- call dein#add('morhetz/gruvbox')
- call dein#add('jacoborus/tender.vim')
- call dein#add('luochen1990/rainbow')
" key menu popup "
call dein#add('liuchengxu/vim-which-key')
"Interface"