feat: disable vim-illuminate
This commit is contained in:
parent
9660893b91
commit
1434697e81
2 changed files with 7 additions and 5 deletions
|
|
@ -1,4 +1,5 @@
|
|||
return {
|
||||
"RRethy/vim-illuminate",
|
||||
event = { "BufReadPre", "BufNewFile" }
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
enabled = false,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue