Skip to content

szevzol/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim

My vim configuration.

This repository serves as a portable configuration for me. Feel free to use it but please beware of the fact that I didn't prepared it to be used by others.

Set up

  • Clone the repository. I usually put it in ~/etc. I use this as example in followings.

  • Create ~/.vimrc. It should contain two lines:

let VIMDIR="~/etc/vim"
exec "source " . VIMDIR . "/rc/vimrc"
  • Create ~/.vim as a symlink that points to the repository:
ln -s ~/etc/vim ~/.vim
  • Create vimrc.private inside the repository. In the case of my example it will be ~/etc/vim/rc/vimrc.private. It should contain setting of runtimepath.

About

My vim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published