From a0ebc39b59a98a69fbb6abf150f86dc4e19987a3 Mon Sep 17 00:00:00 2001 From: Squibid Date: Fri, 3 Jan 2025 11:15:14 -0500 Subject: remove useless comma --- lua/conf/autos.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/conf/autos.lua') diff --git a/lua/conf/autos.lua b/lua/conf/autos.lua index 37c6642..f5b232e 100644 --- a/lua/conf/autos.lua +++ b/lua/conf/autos.lua @@ -9,7 +9,7 @@ local fsmod = augroup('fsmod') auto('FocusGained', { group = bufcheck, desc = 'Update contents of file.', - command = 'checktime', + command = 'checktime' }) auto('TextYankPost', { -- cgit v1.2.1