some cleanups
This commit is contained in:
parent
0636757839
commit
355405e149
3 changed files with 4 additions and 7 deletions
|
|
@ -1,13 +1,10 @@
|
|||
local M = {}
|
||||
|
||||
M.defaults = {
|
||||
template_dir = nil,
|
||||
contests = {
|
||||
atcoder = { cpp_version = 23 },
|
||||
codeforces = { cpp_version = 23 },
|
||||
cses = { cpp_version = 20 },
|
||||
icpc = { cpp_version = 20 },
|
||||
usaco = { cpp_version = 17 },
|
||||
},
|
||||
snippets = {},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue