kickstart.nvim/lua/custom/plugins/nord.lua

7 lines
86 B
Lua

return {
"shaunsingh/nord.nvim",
config = function ()
require("nord")
end
}