1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-09-16 11:52:38 +00:00
dotfiles/.config/nvim/lua/plugins/illuminate.lua

18 lines
265 B
Lua

local status_ok, illuminate = pcall(require, "illuminate")
if not status_ok then
return
end
illuminate.configure({
delay = 200,
filetypes_denylist = {
"neo-tree",
"packer",
"Trouble",
"TelescopePrompt",
"lspsagafinder",
"mason",
"starter",
},
})