Installed pathogen

This commit is contained in:
Steins 2018-11-03 12:55:37 +01:00
parent c642761fcf
commit 7c41908d94
3 changed files with 8 additions and 3 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "bundle/vim-pathogen"]
path = bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen

1
bundle/vim-pathogen Submodule

@ -0,0 +1 @@
Subproject commit 06da921608b971fb47603671bcafdb2843992eb3

7
vimrc
View File

@ -1,6 +1,6 @@
set backspace=indent,eol,start
" parametres
" pathogen
runtime bundle/vim-pathogen/autoload/pathogen.vim
execute pathogen#infect()
" detection du type de fichier
filetype on
@ -14,6 +14,7 @@ syntax on
set cursorline
"divers
set backspace=indent,eol,start
set tabstop=4
set shiftwidth=4
set shiftround