nvim: Added a propper python3 host
This commit is contained in:
parent
c4a25ac54f
commit
4ca8faa194
@ -12,7 +12,7 @@ endif
|
||||
""""""""""""""""""""""""""""""""
|
||||
" Default settings nvim
|
||||
""""""""""""""""""""""""""""""""
|
||||
let g:python3_host_prog = expand('/usr/bin/python3')
|
||||
let g:python3_host_prog = expand('/opt/homebrew/bin/python3.12')
|
||||
let g:loaded_python_provider = 0
|
||||
let g:python_host_prog = ''
|
||||
set autoindent
|
||||
|
Loading…
Reference in New Issue
Block a user