Skip to content

Instantly share code, notes, and snippets.

@bbtdev
Created March 7, 2018 18:10
Show Gist options
  • Save bbtdev/65e113fbe70dfe2f657a39df96305ead to your computer and use it in GitHub Desktop.
Save bbtdev/65e113fbe70dfe2f657a39df96305ead to your computer and use it in GitHub Desktop.
vim ruby ripper tags gutentags setup
"gutentags ripper tags ruby setup
let g:gutentags_define_advanced_commands = 1
let g:gutentags_ctags_executable_ruby = 'ripper-tags --ignore-unsupported-options'
bogdan@bogdan-Aspire-E5-571:~/.vim/bundle/vim-gutentags/res$ ls
ctags_recursive.options
change --rec bla bla to -R
for debugging
let g:gutentags_trace = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment