actually fixed reloading

This commit is contained in:
iris committed 2022-08-03 14:53:35 -04:00
1 parent ea0cdc2c9e
commit b2b8e5f539
7 files changed
+56 -32

No files matched your search

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