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

14 lines
194 B
Lua
Raw Normal View History

2023-04-12 20:09:30 +02:00
require("illuminate").configure({
2022-10-08 12:44:11 +02:00
delay = 200,
filetypes_denylist = {
"TelescopePrompt",
2025-02-02 19:28:41 +01:00
"Trouble",
"avante",
2022-11-13 17:33:27 +01:00
"lspsagafinder",
"mason",
2025-02-02 19:28:41 +01:00
"neo-tree",
"packer",
"starter",
2022-10-08 12:44:11 +02:00
},
})