Files
dotfiles/neovim/.config/nvim/lua/user/theme.lua

9 lines
181 B
Lua

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