idk
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user