Skip to content

Commit

Permalink
fix: remove code remnant
Browse files Browse the repository at this point in the history
  • Loading branch information
Robitx committed Aug 1, 2024
1 parent 9bf7e3c commit 4c2f1d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/gp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ M.setup = function(opts)
}

-- register default commands
M.helpers.create_user_command(M.config.cmd_prefix .. "Do", M.cmd.Do, do_completion)
for cmd, _ in pairs(M.cmd) do
if M.hooks[cmd] == nil then
M.helpers.create_user_command(M.config.cmd_prefix .. cmd, M.cmd[cmd], completions[cmd])
Expand Down

0 comments on commit 4c2f1d4

Please sign in to comment.