Created
March 7, 2018 18:10
-
-
Save bbtdev/65e113fbe70dfe2f657a39df96305ead to your computer and use it in GitHub Desktop.
vim ruby ripper tags gutentags setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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