fix keymaps, lazy load pass trying to reduce startup time, shaved ~35ms
This commit is contained in:
parent
8b38a13192
commit
f5efed19c7
11 changed files with 295 additions and 218 deletions
|
|
@ -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",
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue