[VIM] Fix ctags
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user