More config

This commit is contained in:
mvsrgc 2023-04-11 15:52:38 -04:00
parent 7cecf4fcb1
commit 80f77a61dd
4 changed files with 31 additions and 128 deletions

View file

@ -0,0 +1,6 @@
return {
"shaunsingh/nord.nvim",
config = function ()
require("nord")
end
}