dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit f60e9d604e0c87da07aa2faecb0df803663c0247
parent 9ccdd99c66e692f895f61beb866f994dbd249441
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Wed, 20 Sep 2017 11:41:20 -0400

add vim-gutentag for automatic tag management

Diffstat:
M.vim/plugins.vim | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.vim/plugins.vim b/.vim/plugins.vim @@ -27,6 +27,8 @@ Plug 'lucidstack/ctrlp-mpc.vim' " Control mpd by CtrlP Plug 'justinmk/vim-gtfo' " open file manager (gof)/tmux pane (got) @ current dir Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' } Plug 'junegunn/fzf.vim' +Plug 'majutsushi/tagbar' " ctags overview :TagBarToggle +Plug 'ludovicchabant/vim-gutentags' " automatic tag generation """""" Syntax checking """""" @@ -76,7 +78,6 @@ Plug 'tpope/vim-dispatch' " for :Make """""" File types """""" " General Plug 'msanders/snipmate.vim' " boilerplate code -Plug 'majutsushi/tagbar' " ctags overview :TagBarToggle " Go Plug 'fatih/vim-go'