dotfiles/config/automatrop/roles/vim/templates/plugins/gutentags.j2

4 lines
136 B
Plaintext
Raw Normal View History

2021-07-03 12:13:25 +00:00
{# Generate tags #}
{{ add_source('ludovicchabant/vim-gutentags') -}}
let g:gutentags_cache_dir = expand('~/.cache/{{ variant }}/tags')