1
0
mirror of https://github.com/luzifer/vim.git synced 2024-09-18 18:42:55 +00:00
My VIM configuration including installed bundles managed by vundle
Go to file
Knut Ahlers d7d1090594
Ignore newly created swap dir
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-04-09 16:07:32 +02:00
after Add firstspace Tabularize pattern 2017-05-22 22:16:15 +02:00
autoload Exchange vundle and neocomplete 2017-12-14 14:29:44 +01:00
colors Added cursorline directive and adjusted color scheme 2016-02-08 17:02:05 +01:00
vim-plug@96375cb7d3 Exchange vundle and neocomplete 2017-12-14 14:29:44 +01:00
.gitignore Ignore newly created swap dir 2018-04-09 16:07:32 +02:00
.gitmodules Exchange vundle and neocomplete 2017-12-14 14:29:44 +01:00
README.markdown Some installation manual fixes 2013-10-29 09:55:14 +01:00
vimrc Revive go code completion in deoplete 2018-04-09 15:35:52 +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