We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf7e3c commit 4c2f1d4Copy full SHA for 4c2f1d4
lua/gp/init.lua
@@ -188,7 +188,6 @@ M.setup = function(opts)
188
}
189
190
-- register default commands
191
- M.helpers.create_user_command(M.config.cmd_prefix .. "Do", M.cmd.Do, do_completion)
192
for cmd, _ in pairs(M.cmd) do
193
if M.hooks[cmd] == nil then
194
M.helpers.create_user_command(M.config.cmd_prefix .. cmd, M.cmd[cmd], completions[cmd])
0 commit comments