From ac7ef483d467cb99bfe4e51ef62604cf45242fd1 Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Mon, 11 Feb 2019 16:05:53 -0500 Subject: added template --- modules/plugins.vim | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'modules/plugins.vim') diff --git a/modules/plugins.vim b/modules/plugins.vim index 299e169f..140dd341 100644 --- a/modules/plugins.vim +++ b/modules/plugins.vim @@ -19,7 +19,7 @@ if dein#load_state('~/.config/nvim/dein') " Start Screen call dein#add('mhinz/vim-startify') " For ctags - call dein#add('ludovicchabant/vim-gutentags') + ""call dein#add('ludovicchabant/vim-gutentags') " Tagbar call dein#add('majutsushi/tagbar') " Auto Pairs @@ -35,6 +35,9 @@ if dein#load_state('~/.config/nvim/dein') call dein#add('tpope/vim-fugitive') " BufOnly use :BufOnly to unload all or pass it a single buffer call dein#add('vim-scripts/BufOnly.vim') + " Markdown viewer + " + call dein#add('iamcco/markdown-preview.nvim', { 'do': 'cd app & yarn install' }) call dein#add('~/.config/nvim/dein/repos/github.com/Shougo/dein.vim') call dein#add('Shougo/deoplete.nvim') -- cgit v1.2.3