Skip to content

nzimm/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotvim

Vim configuration structure

setup

git clone git@github.com:nzimm/dotvim.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc

plugins

I use the plugin manager vim-plug, which makes adding new plugins simple. When adding a new plugin, add a line to the .vim/plugins.vim file to tell vim-plug where to find it, and then run the command :PlugUpdate to download it.

modifying plugins

In some cases (like markdown) I prefer tabstop=2 to keep average line length down. The .vim/after/ftplugin/ directory allows overwriting specific behavior like this.

About

Vim configuration structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published