Skip to content

Commit

Permalink
chore: format language specific plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Jun 8, 2024
1 parent 751e764 commit 3db367c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua/nxvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,12 @@ local modules = {
-- { "ThePrimeagen/refactoring.nvim", config = true },
-- "tamago324/nlsp-settings.nvim",
-- Language Specific
-- Rust
{ "saecki/crates.nvim", event = "VeryLazy", config = true },
{ "simrat39/rust-tools.nvim", config = "lsp.plugins.rust-tools" },
-- "ron-rs/ron.vim",
-- Python
{ "linux-cultist/venv-selector.nvim", config = "plugins.venv-selector", event = "VeryLazy", branch = "regexp" },
{ "linux-cultist/venv-selector.nvim", branch = "regexp", event = "VeryLazy", config = "plugins.venv-selector" },

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

0 comments on commit 3db367c

Please sign in to comment.