From 4e41296560dab40242e897a9d0c6589d73c71def Mon Sep 17 00:00:00 2001 From: Sakamoto Hiroshi Date: Sat, 22 Jun 2024 14:03:24 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8Fa=20spacing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index a1c7a1c..e6f7744 100644 --- a/init.lua +++ b/init.lua @@ -62,6 +62,7 @@ end -- Call the function to set up the autocmd show_diagnostics_on_hover() + vim.schedule(function() require "mappings" end)