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

13 lines
182 B
Lua
Raw Normal View History

2023-04-12 18:09:30 +00:00
require("illuminate").configure({
2022-10-08 10:44:11 +00:00
delay = 200,
filetypes_denylist = {
"neo-tree",
"packer",
"Trouble",
"TelescopePrompt",
2022-11-13 16:33:27 +00:00
"lspsagafinder",
"mason",
"starter",
2022-10-08 10:44:11 +00:00
},
})