wincent/ferret

Individual overrides

nomasprime opened this issue · 2 comments

What's the best way to enable all overrides except nocursorline?

I think you just have to turn them all off (with let g:FerretQFOverrides=0 in your ~/.vim/vimrc) and then re-add the ones you want in your ~/.vim/ftplugin/qf.vim.

Ferret's overrides are here, so you'd basically copy the bits out of that that you want.

Ah, OK, thought that might be the case.

Thanks.