Skip to content

2chg/.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My personal vim configuration

This represents my personal vim configuration to provide me with a consistent vim experience on all my personal systems.

Installation

Just clone this repository in your home directory ...

git clone https://github.com/2chg/.vim.git ~/.vim

... and run the provided install script to create a ~/.vimrc symlink and download the required submodules.

~/.vim/install

Usage

Just use your vim as usual. :)

Pathogen

My configuration uses Pathogen so you can easily install further vim plugins with the git submodule add command, like

cd ~/.vim
git submodule add git@source/pluginname.git bundle/pluginname

Plugins

The following additional plugins are uses (as git submodules):

Credits

This work is inspired by an article form Marc G Gauthier about his Vim Configuration From Scratch.

About

My personal vim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published