Skip to content

sheldonwjones/vim-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VIM Settings

It uses Tim Pope's pathogen VIM plugin to keep addons in their own private directories. The font used is Inconsolata.

Installation

Clone the repository

git clone https://github.com/sheldonwjones/vim-settings ${HOME}/.vim
cd ${HOME}/.vim
git submodule init
git submodule update

Setup the vimrc

Copy the vimrc.example vimrc file into VIM's runtime path:

cp ${HOME}/vimrc.example ${HOME}/.vimrc

If the repository wasn't configured on VIM's runtime path, it can be placed on the path by setting g:vim_local:

let g:vim_local = '~/.vim'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published