feat: Adding config files
This commit is contained in:
@@ -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
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user