summaryrefslogtreecommitdiff
path: root/modules/plugins.vim
diff options
context:
space:
mode:
authorChris <[email protected]>2020-04-01 12:07:50 -0400
committerChris <[email protected]>2020-04-01 12:07:50 -0400
commit7a5a320a835dc0e1efb005dcf4aa3d593286778b (patch)
tree9dbccf9348507db8abaacd5797d94e4d74f4b07e /modules/plugins.vim
parent4ed7236a6fccf027fe020330e8d0c4338a1e4aaf (diff)
fixed floating window in which key
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"