Skip to content

Commit 2047500

Browse files
Brad Lhotskyreyjrar
authored andcommitted
Added taglist to the plugins. ctags configuration.
1 parent 9471f44 commit 2047500

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

ctags

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Basic Options
2+
--recursive=yes
3+
--tag-relative=yes
4+
--exclude=.git
5+
6+
# Perl
7+
--exclude=blib
8+
--exclude='*~'
9+
--languages=Perl,C,JavaScript,SQL,Python,Ruby,Make,Lua,Sh,Basic
10+
--langmap=Perl:+.t

vimrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ Plugin 'kien/ctrlp.vim'
135135
Plugin 'scrooloose/nerdcommenter'
136136
Plugin 'scrooloose/nerdtree'
137137
Plugin 'Lokaltog/vim-powerline'
138+
Plugin 'taglist.vim'
138139
let g:Powerline_symbols = 'fancy'
139140
"Plugin 'bling/vim-airline'
140141
"let g:airline_powerline_fonts = 1

0 commit comments

Comments
 (0)