My vim config
Find a file
2025-09-26 16:48:20 +02:00
bundle Ignore some warnings & update YouCompleteMe repo 2020-11-28 11:52:07 +01:00
colors Added invisible characters 2016-11-26 00:37:43 +01:00
configs Change plugin list 2025-09-26 16:48:20 +02:00
plugin Fixed tab 2018-05-25 18:45:25 +02:00
.gitignore Updated plugins and minor changes 2017-07-07 11:31:43 +02:00
README.md Added note to readme 2018-05-26 12:43:23 +02:00
vimrc Added file specific config 2017-10-14 14:35:01 +02:00

VIM Config

This is my vim config containing all the settings and plugins (via Vundle) I use.

Install

To install, first clone this repository into the .vim directory inside your home folder:

git clone https://git.onvori.com/alex/vim.git ~/.vim

Next, clone the Vundle repository:

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

Finally, open vim and type :PluginInstall to install the plugins.

Note

For the best experience the terminal colors have to be set up correctly. To do this, follow the instructions for the spacegrey color scheme used here.