idk
This commit is contained in:
@@ -6,6 +6,7 @@ return {
|
||||
'MunifTanjim/nui.nvim',
|
||||
},
|
||||
opts = {
|
||||
arg = "lc",
|
||||
lang = 'typescript',
|
||||
injector = {
|
||||
["python3"] = {
|
||||
@@ -15,13 +16,6 @@ return {
|
||||
end,
|
||||
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' },
|
||||
image_support = true,
|
||||
|
||||
Reference in New Issue
Block a user