From 8348b6195ec4b696ef04cc9fff65a7bedac90676 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 7 Mar 2026 19:46:52 -0500 Subject: [PATCH] feat: add `bar = true` to `:CP` command --- plugin/cp.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/cp.lua b/plugin/cp.lua index b1430f2..6f83533 100644 --- a/plugin/cp.lua +++ b/plugin/cp.lua @@ -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')