dotfiles/.config/nvim/lua/plugins/dim.lua

8 lines
87 B
Lua
Raw Normal View History

return {
{
"0oAstro/dim.lua",
event = "LspAttach",
config = true,
},
}