mirror of
https://github.com/arkorty/Neolite.git
synced 2026-03-18 00:57:12 +00:00
Update colorschemes.lua
This commit is contained in:
@@ -131,5 +131,12 @@ if colorscheme == "gruvbox" then
|
|||||||
end
|
end
|
||||||
|
|
||||||
if colorscheme == "nord" then
|
if colorscheme == "nord" then
|
||||||
|
local ok, nord = pcall(require, "nord")
|
||||||
|
if not ok then
|
||||||
|
return
|
||||||
|
end
|
||||||
|
|
||||||
|
nord.setup({})
|
||||||
|
|
||||||
vim.cmd([[colorscheme nord]])
|
vim.cmd([[colorscheme nord]])
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user