feat: add bar = true to :CP command

This commit is contained in:
Barrett Ruth 2026-03-07 19:46:52 -05:00
parent 5718319413
commit 8348b6195e
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -8,6 +8,7 @@ vim.api.nvim_create_user_command('CP', function(opts)
cp.handle_command(opts)
end, {
nargs = '*',
bar = true,
desc = 'Competitive programming helper',
complete = function(ArgLead, CmdLine, _)
local constants = require('cp.constants')