feat(git): repo inits

This commit is contained in:
Barrett Ruth 2026-03-06 16:10:49 -05:00
parent 3f772138f2
commit fab931ad59
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
4 changed files with 42 additions and 2195 deletions

View file

@ -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',