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

13 lines
182 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 = {
"neo-tree",
"packer",
"Trouble",
"TelescopePrompt",
2022-11-13 17:33:27 +01:00
"lspsagafinder",
"mason",
"starter",
2022-10-08 12:44:11 +02:00
},
})