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

9 lines
170 B
Lua

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