Skip to content

spitford/.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.vim

This is my basic setup for Vim. first you need to symlink the vimrc to .vimrc in your home directory, then init the submodules.

cd ~

git clone http://github.com/spitford/.vim.git

ln -s ~/.vim/vimrc ~/.vimrc

cd ~/.vim

git submodule init

git submodule update --remote

KPL Highlighting

Once you have a KPL file open in vim, (*.c or *.h) type:

:set ft=kpl

About

basic setup for vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published