Skip to content

Commit

Permalink
venv-selector: update to development branch to suppress notice
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Jun 8, 2024
1 parent 39f5e9f commit 751e764
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/nxvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ local modules = {
-- Language Specific
{ "simrat39/rust-tools.nvim", config = "lsp.plugins.rust-tools" },
-- "ron-rs/ron.vim",
{ "linux-cultist/venv-selector.nvim", config = "plugins.venv-selector", event = "VeryLazy" },
-- Python
{ "linux-cultist/venv-selector.nvim", config = "plugins.venv-selector", event = "VeryLazy", branch = "regexp" },

-- Debug ---------------------------------------------------------------------
-- TODO: Push DAP config
Expand Down

0 comments on commit 751e764

Please sign in to comment.