1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-09-06 23:07:33 +00:00
dotfiles/.config/nvim/lua/plugins/illuminate.lua

13 lines
182 B
Lua

require("illuminate").configure({
delay = 200,
filetypes_denylist = {
"neo-tree",
"packer",
"Trouble",
"TelescopePrompt",
"lspsagafinder",
"mason",
"starter",
},
})