Last active
April 12, 2018 22:41
-
-
Save zph/8f42064bc8054795f73c01e6c4378d78 to your computer and use it in GitHub Desktop.
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
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