This repository has been archived on 2021-12-21. You can view files and clone it, but cannot push or open issues/pull-requests.
neovim-config/init/plugins/gutentags.vim

3 lines
103 B
VimL
Raw Normal View History

2020-08-08 20:27:01 +02:00
" Set name of tags file; should put it inside .vim directory
let g:gutentags_ctags_tagfile='.vim/tags'