feat: update from n590590
Signed-off-by: juliano.barbosa <julianomb@gmail.com>
This commit is contained in:
parent
cc89dd6f5f
commit
7867c90aec
5 changed files with 58 additions and 93 deletions
8
init.lua
8
init.lua
|
|
@ -91,9 +91,11 @@ vim.g.mapleader = ' '
|
|||
vim.g.maplocalleader = ' '
|
||||
|
||||
-- set python 3.11.9 as default python
|
||||
vim.g.python2_host_prog = os.getenv 'PYENV_ROOT' .. '/versions/neovim2/bin/python'
|
||||
vim.g.python3_host_prog = os.getenv 'PYENV_ROOT' .. '/versions/neovim3/bin/python'
|
||||
vim.g.python_host_prog = os.getenv 'PYENV_ROOT' .. '/versions/neovim2/bin/python'
|
||||
-- vim.g.python2_host_prog = os.getenv 'PYENV_ROOT' .. '/versions/neovim2/bin/python'
|
||||
-- vim.g.python3_host_prog = os.getenv 'PYENV_ROOT' .. '/versions/neovim3/bin/python'
|
||||
-- vim.g.python_host_prog = os.getenv 'PYENV_ROOT' .. '/versions/neovim2/bin/python'
|
||||
-- Replace Python path configuration with:
|
||||
vim.g.python3_host_prog = vim.fn.exepath('python3')
|
||||
|
||||
-- Set to true if you have a Nerd Font installed and selected in the terminal
|
||||
vim.g.have_nerd_font = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue