feat: update from n590590

Signed-off-by: juliano.barbosa <julianomb@gmail.com>
This commit is contained in:
juliano.barbosa 2025-01-17 09:32:33 -03:00
parent cc89dd6f5f
commit 7867c90aec
No known key found for this signature in database
GPG key ID: EB8B440F57360B3D
5 changed files with 58 additions and 93 deletions

View file

@ -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