Files
dotfiles/neovim/.config/nvim/lua/user/theme.lua
2022-03-20 00:39:27 +03:00

8 lines
136 B
Lua

vim.g.edge_diagnostic_virtual_text = "colored"
vim.g.edge_better_performance = 1
vim.cmd([[
colorscheme edge
hi SpellBad guifg=red
]])