change color scheme to nord
This commit is contained in:
@@ -81,12 +81,11 @@ lazy.setup({
|
|||||||
-------------
|
-------------
|
||||||
-- Colors --
|
-- Colors --
|
||||||
-------------
|
-------------
|
||||||
'AlexvZyl/nordic.nvim',
|
'arcticicestudio/nord-vim',
|
||||||
lazy = false,
|
lazy = false,
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
config = function()
|
config = function()
|
||||||
require('nordic').load()
|
V.cmd([[colorscheme nord]])
|
||||||
V.cmd([[colorscheme nordic]])
|
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user