migrate to stow
This commit is contained in:
7
neovim/.config/nvim/lua/user/theme.lua
Normal file
7
neovim/.config/nvim/lua/user/theme.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
vim.g.edge_diagnostic_virtual_text = "colored"
|
||||
vim.g.edge_better_performance = 1
|
||||
|
||||
vim.cmd([[
|
||||
colorscheme edge
|
||||
hi SpellBad guifg=red
|
||||
]])
|
||||
Reference in New Issue
Block a user