Skip to content

YohanGrember/vim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple vim configuration

Plugins in use

Auto Installer

To automatically install my vimrc and all those cool plugins, please open a terminal and copy paste this:

mv ~/.vimrc ~/.vimrc.old >> /dev/null
mv ~/.vim ~/.vim.old >> /dev/null
git clone https://github.com/YohanGrember/vim-config && \
mv vim-config ~/.vim && \
cd ~/.vim && \
sh auto_setup.sh && \
cd -

Color theme

Special thanks

My vimrc is largely inspired from ericdaat, ChoiZ and enhanced by tuppervim

About

A simple vim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published