Dotfiles V.1.2.0
This commit is contained in:
14
.config/nvim/lua/jirr02/plugins/venv_selector.lua
Normal file
14
.config/nvim/lua/jirr02/plugins/venv_selector.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
return {
|
||||
"linux-cultist/venv-selector.nvim",
|
||||
dependencies = {
|
||||
"neovim/nvim-lspconfig",
|
||||
},
|
||||
ft = "python", -- Load when opening Python files
|
||||
keys = {
|
||||
{ ",v", "<cmd>VenvSelect<cr>" }, -- Open picker on keymap
|
||||
},
|
||||
opts = { -- this can be an empty lua table - just showing below for clarity.
|
||||
search = {}, -- if you add your own searches, they go here.
|
||||
options = {}, -- if you add plugin options, they go here.
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user