Skip to content

SylvainJuge/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d2cd85a · Feb 24, 2012

History

59 Commits
Feb 15, 2012
Jun 15, 2011
Feb 15, 2012
Feb 24, 2012
Jun 12, 2011
Feb 19, 2012

Repository files navigation

this repository contains my vim settings

on windows, assuming that repo have been cloned to ~/.vim folder, 
you have to create a ~/_vimrc as follows :

set runtimepath^=~/.vim/.vim
source ~/.vim/.vimrc

on linux, assuming that repo have been cloned to .vim-git (thus avoids conflictswith any .vim folder)

1) use symbolic links
~/.vimrc -> ~/.vim-git/.vimrc
~/.vim -> ~/.vim-git/.vim

2) use a ~/.vimrc that makes indirection as on windows

set runtimepath^=~/.vim-git/.vim
source ~/.vim-git/.vimrc

About

Vim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published