illuminate config
This commit is contained in:
parent
cffa798a1d
commit
2a9f4d7e62
10
nvim/lua/plugins/illuminate.lua
Normal file
10
nvim/lua/plugins/illuminate.lua
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
return {
|
||||||
|
"RRethy/vim-illuminate",
|
||||||
|
opts = {
|
||||||
|
delay = 200,
|
||||||
|
large_file_cutoff = 5000,
|
||||||
|
large_file_overrides = {
|
||||||
|
providers = { "lsp" },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user