summaryrefslogtreecommitdiff
path: root/modules/plugins.vim
diff options
context:
space:
mode:
authorChristianChiarulli <[email protected]>2019-02-20 12:24:54 -0500
committerChristianChiarulli <[email protected]>2019-02-20 12:24:54 -0500
commit718b37578cca47c3bf25a6a4439f28322b4f46c9 (patch)
tree7727d34e6cd423609dfe4219f36d06ddd58567f4 /modules/plugins.vim
parent58e442cabcda44468718f8b5811f9ce5eeb0fa10 (diff)
added which key and remapped bindings
Diffstat (limited to 'modules/plugins.vim')
-rw-r--r--modules/plugins.vim15
1 files changed, 10 insertions, 5 deletions
diff --git a/modules/plugins.vim b/modules/plugins.vim
index debf33d1..7882e2d0 100644
--- a/modules/plugins.vim
+++ b/modules/plugins.vim
@@ -10,12 +10,15 @@ if dein#load_state('~/.config/nvim/dein')
" All the Themes
- call dein#add('flazz/vim-colorschemes')
- " call dein#add('liuchengxu/space-vim-dark')
- " call dein#add('joshdick/onedark.vim')
- " call dein#add('morhetz/gruvbox')
+ ""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"
call dein#add('Shougo/denite.nvim')
" Neoterm
@@ -39,12 +42,14 @@ if dein#load_state('~/.config/nvim/dein')
" For ctags
call dein#add('ludovicchabant/vim-gutentags')
call dein#add('skywind3000/gutentags_plus')
+ " Better Previews "
+ call dein#add('skywind3000/vim-preview')
" Tagbar
call dein#add('majutsushi/tagbar')
" Auto Pairs
call dein#add('jiangmiao/auto-pairs')
" Buffergator use \b
- call dein#add('jeetsukumaran/vim-buffergator')
+"" call dein#add('jeetsukumaran/vim-buffergator')
" Ctrlp
call dein#add('ctrlpvim/ctrlp.vim')
"Linting