[UPDATE] split python config to the plugin level and added os specific ruff file
This commit is contained in:
13
lua/plugins/langs/python/venv-selector.lua
Normal file
13
lua/plugins/langs/python/venv-selector.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
return {
|
||||
"linux-cultist/venv-selector.nvim",
|
||||
lazy = false,
|
||||
branch = "regexp", -- This is the regexp branch, use this for the new version
|
||||
keys = {
|
||||
{ "<leader>cv", "<cmd>:VenvSelect<cr>", desc = "Select VirtualEnv", ft = "python" },
|
||||
},
|
||||
opts = {
|
||||
settings = {
|
||||
options = { notify_user_on_venv_activation = true },
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user