add vim.validate on user spec
This commit is contained in:
parent
d336fc33f7
commit
3f49721657
13 changed files with 33 additions and 268 deletions
|
|
@ -13,7 +13,7 @@ function M.scrape_problem(contest, problem_id, problem_letter)
|
|||
ensure_io_directory()
|
||||
|
||||
local plugin_path = get_plugin_path()
|
||||
local scraper_path = plugin_path .. "/templates/scrapers/" .. contest .. ".py"
|
||||
local scraper_path = plugin_path .. "/scrapers/" .. contest .. ".py"
|
||||
|
||||
local args
|
||||
if contest == "cses" then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue