back to tokyonight

This commit is contained in:
2022-03-27 15:06:53 +03:00
parent caa70512d1
commit 43ad653bb3

View File

@@ -1,7 +1,8 @@
vim.g.edge_diagnostic_virtual_text = "colored"
vim.g.edge_better_performance = 1
vim.g.tokyonight_style = "night"
vim.cmd([[
colorscheme edge
colorscheme tokyonight
hi SpellBad guifg=red
]])