From 4f827b77f653ebdd8004e45cca5bbd00b129ba2b Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Wed, 9 Apr 2025 20:56:46 -0600 Subject: Revert "Finally, once and for all, fix the dreaded vim.hl bug." This reverts commit 6287db9eddcf31e398a433107f453c1a94b42e4a. --- init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.vim') diff --git a/init.vim b/init.vim index b0422a4..7a197bf 100644 --- a/init.vim +++ b/init.vim @@ -171,7 +171,7 @@ augroup InitVim autocmd InsertLeave * call feedkeys("\noh\") autocmd TextYankPost * - \ lua require'vim.highlight'.on_yank( + \ lua require'vim.hl'.on_yank( \ { higroup = "IncSearch", timeout = 100 }); " autocmd CursorHold * lua vim.lsp.buf.document_highlight() " autocmd CursorHoldI * lua vim.lsp.buf.document_highlight() -- cgit