[VIM] Fix ctags

This commit is contained in:
Fabian Ising
2025-04-17 08:56:46 +02:00
parent ea019a8e23
commit 950d1d371d

View File

@@ -10,6 +10,7 @@ if has("macunix")
else else
let g:python_interpreter="/usr/local/bin/python3" let g:python_interpreter="/usr/local/bin/python3"
endif endif
let g:tagbar_ctags="/opt/homebrew/bin/ctags"
else else
let g:python_interpreter = 'python3' let g:python_interpreter = 'python3'
endif endif