update nvim deps

This commit is contained in:
2023-04-03 18:10:06 +03:00
parent 452389d2bb
commit b5d9063f5a

View File

@@ -314,7 +314,7 @@ M.defaults = function()
if SimpleUI then
cscheme = "ir_black"
else
cscheme = "onedarkpro"
cscheme = "onedark"
end
vim.cmd("colorscheme " .. cscheme)
vim.api.nvim_exec([[