mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2026-04-18 14:44:05 +00:00
13 lines
192 B
Lua
13 lines
192 B
Lua
require("illuminate").configure({
|
|
delay = 200,
|
|
filetypes_denylist = {
|
|
"TelescopePrompt",
|
|
"Trouble",
|
|
"lspsagafinder",
|
|
"mason",
|
|
"snacks_picker_list",
|
|
"packer",
|
|
"starter",
|
|
},
|
|
})
|