fix
This commit is contained in:
parent
e10eab22d6
commit
beb87e853c
5 changed files with 3 additions and 5 deletions
|
|
@ -3,4 +3,4 @@ vim.opt_local.relativenumber = false
|
||||||
vim.opt_local.statuscolumn = ""
|
vim.opt_local.statuscolumn = ""
|
||||||
vim.opt_local.signcolumn = "no"
|
vim.opt_local.signcolumn = "no"
|
||||||
vim.opt_local.wrap = true
|
vim.opt_local.wrap = true
|
||||||
vim.opt_local.linebreak = true
|
vim.opt_local.linebreak = true
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,4 @@ vim.opt_local.statuscolumn = ""
|
||||||
vim.opt_local.signcolumn = "no"
|
vim.opt_local.signcolumn = "no"
|
||||||
vim.opt_local.wrap = true
|
vim.opt_local.wrap = true
|
||||||
vim.opt_local.linebreak = true
|
vim.opt_local.linebreak = true
|
||||||
vim.opt_local.modifiable = false
|
vim.opt_local.modifiable = false
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@ vim.filetype.add({
|
||||||
cpin = "cpin",
|
cpin = "cpin",
|
||||||
cpout = "cpout",
|
cpout = "cpout",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
|
||||||
|
|
@ -203,5 +203,4 @@ function M.run_problem(ctx, contest_config, is_debug)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
|
|
||||||
|
|
@ -456,7 +456,6 @@ function M.handle_command(opts)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
function M.setup(opts)
|
function M.setup(opts)
|
||||||
opts = opts or {}
|
opts = opts or {}
|
||||||
user_config = opts
|
user_config = opts
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue