Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.vim

My personal vim configuration.

Requirements

This repository contains my preferred Vim plugins but not my .vimrc file. Plugins are managed by Pathogen but Pathogen is treated as a plugin itself for the purpose of this reposity, therefore the ~/.vimrc file requires the entries

runtime bundle/vim-pathogen/autoload/pathogen.vim
...
execute pathogen#infect()

See Pathogen FAQs for more details.

A link that points ~/.vim to the working copy of this repository.

To install further plugins

$ cd ~/workspace/vim
$ git submodule add https://github.com/user/plugin-name.git bundle/plugin-name
$ git submodule init

To update a plugin

$ cd ~/.vim/bundle/plugin-name
$ git pull

About

Vim config.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors