Skip to content

w-gc/.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim configuration

My slick + opinionated .vimrc configuration file.

Features

This Vim configuration comes in two flavors (branches):

  • vanilla: a self-contained .vimrc configuration file.
  • heavenly: everything present in vanilla + many plugins.

Plugin management is based on Tim Pope's pathogen.

List of plugins in the "heavenly" branch:

Colorschemes:

Enhancements:

Syntax:

Installation

Linux, Mac, Cygwin

$ cd
$ rm -rf .vim
$ git clone https://github.com/w-gc/.vim.git
$ git submodule init && git submodule update
$ ln -s .vim/.vimrc

Windows

Installing this Vim configuration under Windows is similar to Linux, Mac and Cygwin: clone the Git repository in your Windows' user profile and then create a symbolic link using the Link Shell Extension tool.

Customization

If you want to adjust the configuration, create a .vimrc.local file in your home directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%