fix keymaps, lazy load pass trying to reduce startup time, shaved ~35ms

This commit is contained in:
Martin Larsson 2026-04-12 02:31:00 +02:00
parent 8b38a13192
commit f5efed19c7
11 changed files with 295 additions and 218 deletions

View file

@ -1,8 +1,5 @@
vim.schedule(function()
vim.pack.add({ "https://github.com/mawkler/demicolon.nvim" })
require("demicolon").setup({
keymaps = {
repeat_motions = "stateful",
},
})
end)
require("demicolon").setup({
keymaps = {
repeat_motions = "stateful",
},
})