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

10 lines
201 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
hi clear SignColumn
]])