From c8a594f055cd0dd59684fcf126f3082400ff3c2b Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Wed, 4 Jan 2023 19:33:18 -0800 Subject: [PATCH] mu --- .config/nvim/fnl/init.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/fnl/init.fnl b/.config/nvim/fnl/init.fnl index a178801..d9ecbbf 100644 --- a/.config/nvim/fnl/init.fnl +++ b/.config/nvim/fnl/init.fnl @@ -34,7 +34,7 @@ (vim.keymap.set :n :/ ":nohlsearch") (let [{: nvim_command : nvim_create_autocmd : nvim_create_augroup} vim.api au-group (nvim_create_augroup :nvim-hl-on-yank {}) - cb #(vim.highlight.on_yank {:higroup :Search :timeout 250})] + cb #(vim.highlight.on_yank {:higroup :Search :timeout 100})] (nvim_create_autocmd :TextYankPost {:callback cb :group au-group})) ;; non-shifted shortcuts for moving the cursor to the start/end of the current line