Update competitest plugin to insert problem url
This is the second time I'm doing this, I'm an idiot who didn't pushed last time!
This commit is contained in:
parent
f9738ca92b
commit
63ad4556f6
@ -7,6 +7,7 @@ return {
|
|||||||
-- c = "~/.config/nvim/templates/template.c"
|
-- c = "~/.config/nvim/templates/template.c"
|
||||||
-- }
|
-- }
|
||||||
template_file = "~/.config/nvim/templates/template.$(FEXT)",
|
template_file = "~/.config/nvim/templates/template.$(FEXT)",
|
||||||
|
evaluate_template_modifiers = true,
|
||||||
received_contests_directory = "/tmp/Competitive Programming/$(JUDGE)/$(CONTEST)",
|
received_contests_directory = "/tmp/Competitive Programming/$(JUDGE)/$(CONTEST)",
|
||||||
received_problems_path = function(task, extension)
|
received_problems_path = function(task, extension)
|
||||||
local hyphen = string.find(task.group, " %- ")
|
local hyphen = string.find(task.group, " %- ")
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
/* Problem URL: $(URL) */
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
/* Problem URL: $(URL) */
|
||||||
|
|
||||||
#include <bits/stdc++.h>
|
#include <bits/stdc++.h>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user