Skip to content

jplehr/vim-vundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim configuration

This repository holds my vim configuration, so it is easy to set up at a new machine. It will probably be update every now and then.

I do use clang-format and for that the .vimrc expects that an environment variable CLANG_BASE_PATH is available and points to the top-level installation directory.

I am using the vundle pugin manager to keep all the plugins in one place. So, all the installation takes is to follow these commands inside your home folder in your bash.

git clone https://github.com/jplehr/vim-vundle.git .vim
ln -s .vim/vimrc .vimrc
cd .vim
git submodule init
git submodule update
vim .vimrc

Inside vim run :PluginInstall which will download all the repository content and install the necessary components.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published