13 lines
229 B
Lua
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
|
|
},
|
|
}
|