neovim: move most of files to after/plugin dir
This commit is contained in:
21
neovim/.config/nvim/after/plugin/theme.lua
Normal file
21
neovim/.config/nvim/after/plugin/theme.lua
Normal file
@@ -0,0 +1,21 @@
|
||||
vim.g.edge_diagnostic_virtual_text = "colored"
|
||||
vim.g.edge_better_performance = 1
|
||||
vim.g.tokyonight_style = "night"
|
||||
|
||||
vim.api.nvim_set_hl(0, "SpellBad", {
|
||||
fg = "red",
|
||||
})
|
||||
|
||||
vim.api.nvim_set_hl(0, "IndentBlanklineChar", {
|
||||
fg = "#373737",
|
||||
bg = "none",
|
||||
})
|
||||
vim.api.nvim_set_hl(0, "IndentBlanklineContextChar", {
|
||||
fg = "#808080",
|
||||
bg = "none",
|
||||
})
|
||||
|
||||
vim.cmd([[
|
||||
colorscheme gruvbox-material
|
||||
hi clear SignColumn
|
||||
]])
|
||||
Reference in New Issue
Block a user