fixed reloading plugin files and highlight after colorscheme

This commit is contained in:
iris committed 2022-08-03 14:22:50 -04:00
1 parent 72be4d853c
commit ea0cdc2c9e
7 files changed
+72 -16

No files matched your search

+5
View File
@@ -0,0 +1,5 @@
-- highlight extra white space with red
vim.api.nvim_set_hl(0, 'ExtraWhitespace', { ctermbg = 'red', bg = '#ff8888' })
vim.cmd [[match ExtraWhitespace /\s\+$/]]
print("hello???")