aboutsummaryrefslogtreecommitdiff
path: root/configs/vimrc
blob: a53615448dfff24fcf5b01ae43665d0a8b47ea35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
syntax on

let Tlist_Ctags_Cmd = "/usr/bin/ctags"
let Tlist_WinWidth = 50
map <F4> :TlistToggle<cr>
syntax on
filetype plugin on
autocmd BufWritePost *
      \ if filereadable('tags') |
      \   call system('ctags -a '.expand('%')) |
      \ endif