From 91ef61c7a665e987fa07346adf4c1fd0846d4da9 Mon Sep 17 00:00:00 2001 From: Steins Date: Wed, 20 Mar 2019 22:52:20 +0100 Subject: [PATCH 1/2] Added vim-misc and vim-easytags plugins --- .gitmodules | 6 ++++++ bundle/vim-easytags | 1 + bundle/vim-misc | 1 + 3 files changed, 8 insertions(+) create mode 160000 bundle/vim-easytags create mode 160000 bundle/vim-misc diff --git a/.gitmodules b/.gitmodules index d94cdd5..6eed562 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,9 @@ [submodule "bundle/vim-latex-live-preview"] path = bundle/vim-latex-live-preview 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 diff --git a/bundle/vim-easytags b/bundle/vim-easytags new file mode 160000 index 0000000..72a8753 --- /dev/null +++ b/bundle/vim-easytags @@ -0,0 +1 @@ +Subproject commit 72a8753b5d0a951e547c51b13633f680a95b5483 diff --git a/bundle/vim-misc b/bundle/vim-misc new file mode 160000 index 0000000..3e6b8fb --- /dev/null +++ b/bundle/vim-misc @@ -0,0 +1 @@ +Subproject commit 3e6b8fb6f03f13434543ce1f5d24f6a5d3f34f0b From 3fbcfe6673bfdf8ff31e3e15aa5e1ac9368aebb9 Mon Sep 17 00:00:00 2001 From: Steins Date: Wed, 20 Mar 2019 23:21:01 +0100 Subject: [PATCH 2/2] Configured easytags plugin --- vimrc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index 92f8477..24f90d5 100644 --- a/vimrc +++ b/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 execute pathogen#infect() -" detection du type de fichier +"detection du type de fichier filetype on "numeros de lignes