Update colorschemes.lua

This commit is contained in:
Arkaprabha Chakraborty 2023-03-07 23:17:44 +05:30 committed by GitHub
parent 25d8d8c208
commit c1ecceb6f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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