.dotfiles/nvim/plugin/demicolon.lua

8 lines
207 B
Lua

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