From d993b4aa89726eaf992eed9e7ec40303d9eceea5 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Sat, 10 Sep 2022 13:49:25 +0530 Subject: [PATCH] gitsigns options --- lua/core/options.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/core/options.lua b/lua/core/options.lua index 64a1aa8..05b4d62 100644 --- a/lua/core/options.lua +++ b/lua/core/options.lua @@ -41,6 +41,8 @@ opt.signcolumn = "yes" opt.termguicolors = true opt.timeoutlen = 400 +-- interval for writing swap file to disk, also used by gitsigns +opt.updatetime = 250 -- disable some builtin vim plugins local default_plugins = {