Installed pathogen
This commit is contained in:
parent
c642761fcf
commit
7c41908d94
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal 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
1
bundle/vim-pathogen
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 06da921608b971fb47603671bcafdb2843992eb3
|
||||
7
vimrc
7
vimrc
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user