Files
dotfiles/neovim/.config/nvim/lua/user/theme.lua
2022-03-27 15:06:53 +03:00

9 lines
175 B
Lua

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