change theme to edge

This commit is contained in:
2022-03-18 20:37:44 +03:00
parent 1c61a634a6
commit 728ba93db5

View File

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