fixed reloading plugin files and highlight after colorscheme
This commit is contained in:
1 parent
72be4d853c
commit
ea0cdc2c9e
7 files changed
+72
-16
No files matched your search
@@ -28,10 +28,6 @@ else
|
||||
o.termguicolors = false
|
||||
end
|
||||
|
||||
-- highlight extra white space with red
|
||||
vim.api.nvim_set_hl(0, 'TrailingWhitespace', { ctermbg = 'red', bg = '#ff5555' })
|
||||
vim.cmd([[match TrailingWhitespace /\s\+$/]])
|
||||
|
||||
-- diagnostics
|
||||
local signs = { Error = " ", Warn = " ", Hint = " ", Info = " " }
|
||||
for type, icon in pairs(signs) do
|
||||
|
||||
Reference in new issue
Block a user