Skip to content

ddmkr/dotvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

git clone --recursive git@github.com:ddmkr/dotvim.git ~/.vim
ln -nfs ~/.vim/vimrc ~/.vimrc

Additional installation

Make sure the RDiscount gem is installed, so Markdown can be previewed.

gem install rdiscount

Updating the bundles

Run the following command to fetch the latest versions of the plugins from their git repos.

git submodule foreach git pull -q origin master

or

make update

Adding a plugin

git submodule add https://github.com/easymotion/vim-easymotion.git bundle/easymotion

Removing a plugin

git submodule deinit bundle/mod
git rm bundle/mod

About

VIM configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 85.7%
  • CSS 13.8%
  • Makefile 0.5%