Skip to content
This repository has been archived by the owner on Dec 31, 2021. It is now read-only.

roaldnefs/.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.vim

My vim dotfiles, the .vimrc is saved to vimrc. Run the following commands to get set up:

$ cd ~/
$ git clone --recursive https://github.com/roaldnefs/.vim.git .vim
$ cd $HOME/.vim
$ make install

Make sure you don't have a $HOME/.vimrc file present, as this takes precedence over $HOME/.vim/vimrc

Based upon jessfraz/.vim.

Pathogen

The vim dotfiles make used of Pathogen runtime path manager to install plugins and runtime files into their own private directories.

Updating and Installing

You can use the Makefile to run a series of commands.

$ make help
install                        Installs plugins, sets up symlink for user .vimrc for vim.
install-root                   Sets up symlink for root .vimrc for vim.
update-pathogen                Update pathogen.
update-plugins                 Updates all plugins.
update                         Updates pathogen and all plugins.

Personal Configuration

You overwrite the default configuration by creating a ~/.vimrc_personal file.

About

My Vim dotfiles and configuration.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published