From 936272fc2a5ae07470816d1b63f79bfadb3ef979 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 7 Apr 2022 23:23:59 +0200 Subject: fix: typo bugs --- fnl/config/autocmd.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnl/config/autocmd.fnl') diff --git a/fnl/config/autocmd.fnl b/fnl/config/autocmd.fnl index 77d20c4..e5bf556 100644 --- a/fnl/config/autocmd.fnl +++ b/fnl/config/autocmd.fnl @@ -13,7 +13,7 @@ (util.autocmd :TextYankPost {:pattern [ :* ] - :command "silent!lua require('vim.highlight').on_yank({higroup = 'Search', timeout = 200}" + :callback (lambda [] (vim.highlight.on_yank {:timeout 200}) :group :_general_settings}) (util.autocmd -- cgit v1.2.3-70-g09d2