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)