September 2009
1 post
nesting vim configuration files
I am on a quest to put all my various configuration files under source control, so I now have a folder called ~/dotfiles which contains various configuration files in a git repository. The dotfiles in the home directory simply call files inside the dotfiles folder.
I wanted to do this also for the vim configuration file, but I was not sure what the syntax was for calling a configuration file...