Skip to content

yutyo/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vimrc

KISSest vimrc config ever made. Its great and simple. Make your vim much better and easier without any plugins or tweaks but only with this custom vimrc file. Vim, as seen with this .vimrc config

Installation

Clone with git

Clone the repo with git and obtain vimrc config file.

cd ~
git clone git://github.com/yutyo/vimrc.git .vim
ln -s ~/.vim/vimrc ~/.vimrc # Optional, needed for some VIM installations

Clone the file

Clone the vimrc config file with either wget or curl

wget https://github.com/Yutyo/vimrc/archive/master.zip
unzip master.zip -d ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc # Optional, needed for some VIM installations

or

curl -LO https://github.com/Yutyo/vimrc/archive/master.zip
unzip master.zip -d ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc # Optional, needed for some VIM installations

Thanks

Thanks to the people that made those publicizations about vim configuration:

About

A complete vimrc config. Make your vim much better and easier with nothing but only a custom vimrc file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published