From ce8fbf563883bae60bc53a157e25d80b83118fb7 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 14 May 2023 19:39:00 +0100 Subject: Some minor tweaks - enables comments --- nvim/lua/autocommands.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nvim/lua/autocommands.lua') diff --git a/nvim/lua/autocommands.lua b/nvim/lua/autocommands.lua index ab612b0..96439e1 100644 --- a/nvim/lua/autocommands.lua +++ b/nvim/lua/autocommands.lua @@ -26,7 +26,7 @@ vim.api.nvim_create_autocmd({ "VimResized" }, { vim.api.nvim_create_autocmd({ "TextYankPost" }, { callback = function() - vim.highlight.on_yank { higroup = "Visual", timeout = 200 } + vim.highlight.on_yank { higroup = "Visual", timeout = 300 } end, }) -- cgit v1.2.3