[VIM] Fix ctags
This commit is contained in:
@@ -10,6 +10,7 @@ if has("macunix")
|
||||
else
|
||||
let g:python_interpreter="/usr/local/bin/python3"
|
||||
endif
|
||||
let g:tagbar_ctags="/opt/homebrew/bin/ctags"
|
||||
else
|
||||
let g:python_interpreter = 'python3'
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user