This commit is contained in:
2026-01-03 11:23:56 -06:00
parent 50ea51263a
commit 4fcfb9c45e

View File

@@ -6,6 +6,7 @@ return {
'MunifTanjim/nui.nvim', 'MunifTanjim/nui.nvim',
}, },
opts = { opts = {
arg = "lc",
lang = 'typescript', lang = 'typescript',
injector = { injector = {
["python3"] = { ["python3"] = {
@@ -15,13 +16,6 @@ return {
end, end,
after = { "def test():", " print('test')" }, after = { "def test():", " print('test')" },
}, },
["cpp"] = {
imports = function()
-- return a different list to omit default imports
return { "#include <bits/stdc++.h>", "using namespace std;" }
end,
after = "int main() {}",
},
}, },
picker = { provider = 'telescope' }, picker = { provider = 'telescope' },
image_support = true, image_support = true,