Skip to content

Commit

Permalink
chore: move vim-illuminate from lsp to treesitter section
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Sep 30, 2024
1 parent 9331c61 commit debd875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nxvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ local modules = {
dependencies = "nvim-treesitter/nvim-treesitter",
config = "plugins.spread",
},
{ "RRethy/vim-illuminate", dependencies = "nvim-treesitter/nvim-treesitter" },

-- Telescope -----------------------------------------------------------------
{ "nvim-telescope/telescope.nvim", config = "plugins.telescope" },
Expand All @@ -119,7 +120,6 @@ local modules = {
{ "ray-x/lsp_signature.nvim", event = "VeryLazy", config = "lsp.plugins.lsp-signature" },
{ "WhoIsSethDaniel/toggle-lsp-diagnostics.nvim", event = "VeryLazy", config = "lsp.plugins.lsp-toggle" },
"b0o/SchemaStore.nvim",
{ "RRethy/vim-illuminate", dependencies = "nvim-treesitter/nvim-treesitter" },
-- Mason
{ "williamboman/mason.nvim", config = "lsp.plugins.mason" },
-- stylua: ignore
Expand Down

0 comments on commit debd875

Please sign in to comment.