refactor: init.lua

This commit is contained in:
Job
2026-06-24 19:45:01 +02:00
parent d0bb6d84ba
commit 60d4cf6d26
2 changed files with 21 additions and 118 deletions
+2
View File
@@ -478,6 +478,8 @@ end)
-- - `:h MiniDiff-overview` - overview of how module works
-- - `:h MiniDiff-diff-summary` - available summary information
-- - `:h MiniDiff.gen_source` - available built-in sources
-- Show di
later(function() require('mini.diff').setup() end)
later(function()
require("mini.diff").setup()
end)