Skip to content

pjurczynski/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

All your plugins are stored in .vim/bundle directory thanks to pathogen plugin

just extract to your home directory and add symbolic link:
	ln -s ~/.vim/vimrc ~/.vimrc
	ln -s ~/.vim/gvimrc ~/.gvimrc

to add new plugin to the repository use submodule 
ex. 
	git submodule add http://github.com/tpope/vim-fugitive.git bundle/fugitive

to initiate plugin and pull it from server use
	git submodule init
	git submodule update

About

my settings and plugins for vim editor.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors