mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-11-01 07:21:12 +00:00
13 lines
182 B
Lua
13 lines
182 B
Lua
require("illuminate").configure({
|
|
delay = 200,
|
|
filetypes_denylist = {
|
|
"neo-tree",
|
|
"packer",
|
|
"Trouble",
|
|
"TelescopePrompt",
|
|
"lspsagafinder",
|
|
"mason",
|
|
"starter",
|
|
},
|
|
})
|