Files
2025-11-11 22:42:37 -06:00

13 lines
229 B
Lua

return {
"ficcdaf/ashen.nvim",
-- optional but recommended,
-- pin to the latest stable release:
--tag = "*",
lazy = false,
priority = 1000,
-- configuration is optional!
opts = {
-- your settings here
},
}