install edge colorscheme

This commit is contained in:
2022-03-05 10:27:33 +03:00
parent 17112640ef
commit c4790eaf78
3 changed files with 3 additions and 2 deletions

View File

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