Apply Patch
This commit is contained in:
parent
25dcd58627
commit
f9c808c3c5
13 changed files with 268 additions and 225 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue