Configured easytags plugin
This commit is contained in:
parent
91ef61c7a6
commit
3fbcfe6673
11
vimrc
11
vimrc
@ -1,8 +1,15 @@
|
|||||||
" pathogen
|
"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
|
||||||
runtime bundle/vim-pathogen/autoload/pathogen.vim
|
runtime bundle/vim-pathogen/autoload/pathogen.vim
|
||||||
execute pathogen#infect()
|
execute pathogen#infect()
|
||||||
|
|
||||||
" detection du type de fichier
|
"detection du type de fichier
|
||||||
filetype on
|
filetype on
|
||||||
|
|
||||||
"numeros de lignes
|
"numeros de lignes
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user