Installed easyctags plugin

This commit is contained in:
Steins 2019-03-20 23:34:15 +01:00
commit 455ca10cf9
4 changed files with 17 additions and 2 deletions

6
.gitmodules vendored
View File

@ -4,3 +4,9 @@
[submodule "bundle/vim-latex-live-preview"] [submodule "bundle/vim-latex-live-preview"]
path = bundle/vim-latex-live-preview path = bundle/vim-latex-live-preview
url = https://github.com/xuhdev/vim-latex-live-preview.git url = https://github.com/xuhdev/vim-latex-live-preview.git
[submodule "bundle/vim-easytags"]
path = bundle/vim-easytags
url = https://github.com/xolox/vim-easytags
[submodule "bundle/vim-misc"]
path = bundle/vim-misc
url = https://github.com/xolox/vim-misc

1
bundle/vim-easytags Submodule

@ -0,0 +1 @@
Subproject commit 72a8753b5d0a951e547c51b13633f680a95b5483

1
bundle/vim-misc Submodule

@ -0,0 +1 @@
Subproject commit 3e6b8fb6f03f13434543ce1f5d24f6a5d3f34f0b

11
vimrc
View File

@ -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