We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1186ad4 commit 42c9463Copy full SHA for 42c9463
lua/python/config.lua
@@ -17,7 +17,7 @@ PythonConfig.defaults = {
17
-- Path for venvs picker
18
venvs_path = vim.fn.expand("~/.virtualenvs"),
19
-- Something to do after setting an environment
20
- post_set_venv = nil,
+ post_set_venv = false,
21
-- base path for creating new venvs
22
auto_create_venv_path = function(parent_dir)
23
return vim.fs.joinpath(parent_dir, ".venv")
0 commit comments