mirror of
https://github.com/arkorty/Neolite.git
synced 2026-05-07 10:02:15 +00:00
Update colorschemes.lua
This commit is contained in:
parent
1e019940e6
commit
25d8d8c208
1 changed files with 7 additions and 0 deletions
|
|
@ -131,5 +131,12 @@ if colorscheme == "gruvbox" then
|
|||
end
|
||||
|
||||
if colorscheme == "nord" then
|
||||
local ok, nord = pcall(require, "nord")
|
||||
if not ok then
|
||||
return
|
||||
end
|
||||
|
||||
nord.setup({})
|
||||
|
||||
vim.cmd([[colorscheme nord]])
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue