Skip to content

Commit

Permalink
vim-illuminate: disable treesitter and lsp source due to its bad perf…
Browse files Browse the repository at this point in the history
…ormance on node query

Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin committed Nov 8, 2023
1 parent 1af7aef commit 0396059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/treesitter/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ register("nvim-treesitter/nvim-treesitter", {
config = function()
require("illuminate").configure({
-- no more regex
providers = { "treesitter", "lsp" },
providers = { "regex" },
})
end,
},
Expand Down

0 comments on commit 0396059

Please sign in to comment.