diff options
author | ChristianChiarulli <[email protected]> | 2019-02-16 17:12:38 -0500 |
---|---|---|
committer | ChristianChiarulli <[email protected]> | 2019-02-16 17:12:38 -0500 |
commit | 7bdd4f7123d815cdad69f9d0ed248da6559b7d08 (patch) | |
tree | 01d037a299957cd818e04d302aaac21f58f6e6a7 /modules/plugins.vim | |
parent | fa1be111d1224f9dad7c4c94ff3ab30f64894023 (diff) |
added test file
Diffstat (limited to 'modules/plugins.vim')
-rw-r--r-- | modules/plugins.vim | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/plugins.vim b/modules/plugins.vim index feaa9ed2..4fe4d5ce 100644 --- a/modules/plugins.vim +++ b/modules/plugins.vim @@ -14,9 +14,13 @@ if dein#load_state('~/.config/nvim/dein') " call dein#add('liuchengxu/space-vim-dark') " call dein#add('joshdick/onedark.vim') " call dein#add('morhetz/gruvbox') + call dein#add('jacoborus/tender.vim') + "Interface" + call dein#add('Shougo/denite.nvim') " Neoterm call dein#add('kassio/neoterm') - call dein#add('jacoborus/tender.vim') + " Running tests in vim " + call dein#add('janko-m/vim-test') " Better Syntax Support call dein#add('sheerun/vim-polyglot') " powerline |