Add pathogen into .vimrc
This commit is contained in:
2
.vimrc
2
.vimrc
@@ -39,3 +39,5 @@ nmap <Tab> <C-w>w
|
|||||||
au BufNewFile,BufRead *.psgi setf perl
|
au BufNewFile,BufRead *.psgi setf perl
|
||||||
au BufNewFile,BufRead Makefile set noexpandtab
|
au BufNewFile,BufRead Makefile set noexpandtab
|
||||||
au BufReadPost * if line("'\"") > 0|if line("'\"") <= line("$")|exe("norm '\"")|else|exe "norm $"|endif|endif
|
au BufReadPost * if line("'\"") > 0|if line("'\"") <= line("$")|exe("norm '\"")|else|exe "norm $"|endif|endif
|
||||||
|
"
|
||||||
|
call pathogen#infect()
|
||||||
|
|||||||
Reference in New Issue
Block a user