I use rails.vim but would like to override one or two snippets with my own using ultisnips.
I've created the snippets but since they're already defined by rails.vim a menu now appears when triggered. I'd like my snippets to override the existing one to avoid the menu.
~/.vim/bundle/snippets.vim/snippets/ruby.snippets
. I'd like to selectively disable ones I override. Do you know of an easy way to achieve this? (I'd rather avoid editing/forking snippets.vim if I can help it). – Bondsman