fix(nvim): get correct path to python for basedpyright

This commit is contained in:
matt1432 2025-06-06 12:29:38 -04:00
parent 3fc7e728bb
commit 3e35ecadc9

View file

@ -21,6 +21,11 @@ in {
lsp.basedpyright.setup({
capabilities = default_capabilities,
autostart = false,
settings = {
python = {
pythonPath = vim.fn.exepath("python"),
},
},
});
lsp.ruff.setup({