Myrkvim/lua/plugins/nord.lua

8 lines
127 B
Lua
Raw Permalink Normal View History

2023-05-21 22:15:06 +02:00
return {
"shaunsingh/nord.nvim",
lazy = false,
config = function()
2023-05-26 21:00:56 +02:00
--vim.cmd.colorscheme "nord"
2023-05-21 22:15:06 +02:00
end
}