fix: remove bag files
This commit is contained in:
parent
6e9829a115
commit
65d119cdfc
1 changed files with 0 additions and 21 deletions
|
|
@ -1,21 +0,0 @@
|
||||||
vim.opt.runtimepath:prepend(vim.fn.expand('~/dev/cp.nvim'))
|
|
||||||
vim.opt.runtimepath:prepend(vim.fn.expand('~/dev/fzf-lua'))
|
|
||||||
|
|
||||||
vim.g.cp = {
|
|
||||||
languages = {
|
|
||||||
cpp = {
|
|
||||||
extension = 'cc',
|
|
||||||
commands = {
|
|
||||||
build = { 'g++', '-std=c++23', '-O2', '{source}', '-o', '{binary}' },
|
|
||||||
run = { '{binary}' },
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
platforms = {
|
|
||||||
codechef = {
|
|
||||||
enabled_languages = { 'cpp' },
|
|
||||||
default_language = 'cpp',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
ui = { picker = 'fzf-lua' },
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue