Update colorschemes.lua

This commit is contained in:
Arkorty
2023-03-07 23:17:44 +05:30
committed by GitHub
parent 25d8d8c208
commit c1ecceb6f0

View File

@@ -136,7 +136,5 @@ if colorscheme == "nord" then
return
end
nord.setup({})
vim.cmd([[colorscheme nord]])
end