dotfiles/.config/nvim/lua/my/commands.lua

3 lines
98 B
Lua

vim.api.nvim_create_user_command('PkgCommit',
':terminal pkgdev commit --signoff --edit', {})