Skip to content

Commit fce4516

Browse files
committed
feat(gutentags): generate tag file to cache dir
1 parent d57cc2f commit fce4516

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

autoload/aceforeverd/tags.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ function! aceforeverd#tags#setup() abort
1818
\ 'default': 'fd',
1919
\ }
2020
\ }
21+
22+
" ensure vim & neovim shared the same tag files
23+
let g:gutentags_cache_dir = expand('~/.cache/vim/gutentags')
2124
endfunction
2225

2326
let s:cs_cmds = [

0 commit comments

Comments
 (0)