feat: Adding config files

This commit is contained in:
kar
2025-11-11 22:42:37 -06:00
commit 97fc68c47f
14 changed files with 627 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
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
},
}