Configured easytags plugin
This commit is contained in:
parent
91ef61c7a6
commit
3fbcfe6673
7
vimrc
7
vimrc
@ -1,3 +1,10 @@
|
|||||||
|
"easytags
|
||||||
|
let g:easytags_include_members = 1
|
||||||
|
let g:easytags_autorecurse = 1
|
||||||
|
let g:easytags_suppress_ctags_warning = 1 "fixes the ctags version error
|
||||||
|
let g:easytags_events = ['BufWritePost']
|
||||||
|
let g:easytags_python_enabled = 1
|
||||||
|
|
||||||
"pathogen
|
"pathogen
|
||||||
runtime bundle/vim-pathogen/autoload/pathogen.vim
|
runtime bundle/vim-pathogen/autoload/pathogen.vim
|
||||||
execute pathogen#infect()
|
execute pathogen#infect()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user