Skip to content

Instantly share code, notes, and snippets.

@zph
Last active April 12, 2018 22:41
Show Gist options
  • Save zph/8f42064bc8054795f73c01e6c4378d78 to your computer and use it in GitHub Desktop.
Save zph/8f42064bc8054795f73c01e6c4378d78 to your computer and use it in GitHub Desktop.
Plug 'ludovicchabant/vim-gutentags'
let g:gutentags_ctags_tagfile = ".tags"
let g:gutentags_cache_dir = "~/tmp"
if executable('ptags')
let g:gutentags_ctags_executable = 'ptags'
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment