My first vim plugin
I created my first vim plugin. Basically by merging different tips. It produces these lines with respect to different file formats.To install it put the source code in header.vim.
#!/usr/bin/env python
# Author: Ondrej Platek, Copyright 2012
# Created: 14:46:26 31/10/2012
# Modified: 14:46:26 31/10/2012
I of course use other plugins:
$HOME/.vim/plugin/header.vim
$ ls $HOME/.vim/plugin
AlignPlugin.vim AutoFenc.vim header.vim loremipsum.vim matchit.vim
multvals.vim slime.vim snipMate.vim
Loading ....