Skip to content

RadhikaG/VimConf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VimConf

My personal Vim configuration, made with love during college lectures et al.

The plugins I use are:

I use Monokai as my color scheme and font as Inconsolata-dz.

Screenshot time!

screenshot

Installation

(instructions shamelessly copied from here)

Clone the repo: git clone https://github.com/RadhikaG/VimConf.git ~/.vim

Grab the plugin submodules: cd ~/.vim && git submodule init && git submodule update

Then: git submodule update --init --recursive

Make sure vim finds the vimrc file by either symlinking it: ln -s ~/.vim/.vimrc ~/.vimrc

or by sourcing it from your own ~/.vimrc: source ~/.vim/.vimrc

Just open up the .vimrc and type in: :PluginInstall

And follow the instructions on the individual plugin pages to configure them for your own system.

About

My personal Vim configuration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published