1
0
mirror of https://github.com/luzifer/vim.git synced 2024-09-19 11:02:55 +00:00
My VIM configuration including installed bundles managed by vundle
Go to file
2016-08-17 18:15:01 +02:00
after Add ssh_config pattern for Tabularize 2016-08-17 18:15:01 +02:00
bundle Moved from gmarik/vundle to VundleVim/Vundle.vim 2016-05-23 22:48:13 +02:00
colors Added cursorline directive and adjusted color scheme 2016-02-08 17:02:05 +01:00
.gitignore Added nerdcommenter 2016-03-04 13:07:29 +01:00
.gitmodules Moved from gmarik/vundle to VundleVim/Vundle.vim 2016-05-23 22:48:13 +02:00
README.markdown Some installation manual fixes 2013-10-29 09:55:14 +01:00
vimrc Install support for toml / hcl 2016-08-11 23:34:34 +02:00

VIM config

This repository holds my VIM configuration including installed bundles managed by vundle.

Installation

  • Clone to ~/.vim: git clone https://github.com/Luzifer/vim.git ~/.vim
  • Initialize submodule: cd ~/.vim && git submodule update --init
  • Create symlink for vimrc: ln -s ~/.vim/vimrc ~/.vimrc
  • Initialize vundle vim +BundleInstall +qall