1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-02-22 16:47:58 +00:00
dotfiles/.config/nvim/lua/plugins/illuminate.lua

14 lines
194 B
Lua

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