From 48e9082bf88c5d5d3499bff88382d999303f35f4 Mon Sep 17 00:00:00 2001 From: franchioping Date: Fri, 18 Apr 2025 00:18:58 +0100 Subject: [PATCH] chanes --- lua/custom/plugins/leetcode.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lua/custom/plugins/leetcode.lua b/lua/custom/plugins/leetcode.lua index 88a29f7..684e42e 100644 --- a/lua/custom/plugins/leetcode.lua +++ b/lua/custom/plugins/leetcode.lua @@ -11,6 +11,12 @@ return { }, opts = { -- configuration goes here + injector = { + ['cpp'] = { + before = { '#include ', 'using namespace std;' }, + after = 'int main() {}', + }, + }, }, }, }