Skip to content

pfinkbeiner/fi-vim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fi-vim-config

This repository contains my current vim config with all plugins that i love to use. Every plugin is included as a submodule for easy updating.

For a detailed description of each plugin I would recommend their own git repository.

Usage

git clone --recursive https://github.com/pfinkbeiner/fi-vim-config.git ~/.vim

cd && ln -s ~/.vim/.vimrc

Update Bundles

Updating all bundles at once is easy. Just enter the following command whitin your .vim/ directory. git submodule foreach git pull origin master && git submodule update

Notice

Sometimes after cloning my current vimconfig you might get some error while commiting. It seems that vim doens't exit clean. So look where your vim is located with which vim. In my case git config --global core.editor /usr/bin/vim fixed the problem.

List of plugins.

That's it, happy coding.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published