This commit is contained in:
Barrett Ruth 2025-09-15 10:39:02 -04:00
parent e10eab22d6
commit beb87e853c
5 changed files with 3 additions and 5 deletions

View file

@ -3,4 +3,4 @@ vim.opt_local.relativenumber = false
vim.opt_local.statuscolumn = ""
vim.opt_local.signcolumn = "no"
vim.opt_local.wrap = true
vim.opt_local.linebreak = true
vim.opt_local.linebreak = true

View file

@ -4,4 +4,4 @@ vim.opt_local.statuscolumn = ""
vim.opt_local.signcolumn = "no"
vim.opt_local.wrap = true
vim.opt_local.linebreak = true
vim.opt_local.modifiable = false
vim.opt_local.modifiable = false

View file

@ -3,4 +3,4 @@ vim.filetype.add({
cpin = "cpin",
cpout = "cpout",
},
})
})

View file

@ -203,5 +203,4 @@ function M.run_problem(ctx, contest_config, is_debug)
end
end
return M

View file

@ -456,7 +456,6 @@ function M.handle_command(opts)
end
end
function M.setup(opts)
opts = opts or {}
user_config = opts