feat(git): repo inits
This commit is contained in:
parent
3f772138f2
commit
fab931ad59
4 changed files with 42 additions and 2195 deletions
|
|
@ -225,14 +225,7 @@ return {
|
|||
},
|
||||
},
|
||||
platforms = {
|
||||
kattis = { default_language = 'cpp' },
|
||||
codeforces = {
|
||||
enabled_languages = { 'cpp', 'python' },
|
||||
default_language = 'cpp',
|
||||
},
|
||||
atcoder = {
|
||||
enabled_languages = { 'cpp', 'python' },
|
||||
default_language = 'cpp',
|
||||
overrides = {
|
||||
cpp = {
|
||||
template = '~/.config/nix/config/cp/template_single.cc',
|
||||
|
|
@ -246,8 +239,6 @@ return {
|
|||
},
|
||||
},
|
||||
},
|
||||
usaco = { default_language = 'cpp' },
|
||||
codechef = { default_language = 'cpp' },
|
||||
},
|
||||
ui = {
|
||||
picker = 'fzf-lua',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue