feat: add bar = true to :CP command
This commit is contained in:
parent
5718319413
commit
8348b6195e
1 changed files with 1 additions and 0 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue