mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-12 18:34:36 +02:00
fix(treesitter-rewrite): disable vim-illuminate
This commit is contained in:
parent
960e958548
commit
b739eb3503
1 changed files with 9 additions and 0 deletions
|
@ -13,6 +13,11 @@ if vim.fn.executable("tree-sitter") == 0 then
|
|||
return {}
|
||||
end
|
||||
|
||||
if vim.fn.has("nvim-0.10") == 0 then
|
||||
LazyVim.error("**treesitter-rewrite** requires Neovim >= 0.10")
|
||||
return {}
|
||||
end
|
||||
|
||||
return {
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
|
@ -90,4 +95,8 @@ return {
|
|||
"windwp/nvim-ts-autotag",
|
||||
enabled = false,
|
||||
},
|
||||
{
|
||||
"RRethy/vim-illuminate",
|
||||
enabled = false,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue