Apply Patch

This commit is contained in:
Luka Jankovic 2025-06-04 13:35:34 +02:00
parent 25dcd58627
commit f9c808c3c5
13 changed files with 268 additions and 225 deletions

View file

@ -1,6 +1,9 @@
return {
'shaunsingh/nord.nvim',
config = function()
vim.cmd [[colorscheme nord]]
end
"gbprod/nord.nvim",
lazy = false,
priority = 1000,
config = function()
require("nord").setup({})
vim.cmd.colorscheme("nord")
end,
}