Skip to content

alex-arzner-pro/vim-quickstart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim quickstart

This is a basic set of config files for Vim text editor, Vundle and Solarized included.

Installation

  1. Clone the repository to ~/.vim
git clone git://github.com/aarzhanov/vim-quickstart.git ~/.vim
  1. Clone git submodules
cd ~/.vim
git submodule update --init
  1. Make a symlink for ~/.vimrc file
ln -fs ~/.vim/vimrc ~/.vimrc
  1. Run vim and install bundles with :BundleInstall
  2. Restart vim and enjoy!

About

Basic vim config files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%