ahw / vim-hooks

Easily hook shell scripts into Vim autocmd events.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide way to set global options instead of always per script

ahw opened this issue · comments

It's annoying having to type vimhook.bufferoutput.vsplit all the time if your preferred split behavior is always going to be vertical.

Got a decent start as of b3d109d. There are really only two options to make use of, but the framework is there. Will merge into master soon.