More python stuff

This commit is contained in:
Smaug123
2024-03-29 11:58:52 +00:00
parent 6256ad908f
commit 59e1e8637c
3 changed files with 71 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ local venv_selector = require("venv-selector")
venv_selector.setup({
changed_venv_hooks = { venv_selector.hooks.pyright },
name = { "venv", ".venv" },
search_venv_managers = true,
})
vim.api.nvim_create_autocmd("VimEnter", {