From 1b9eb7cde7cf88b3afda6c6e11ae48f7d84eaca8 Mon Sep 17 00:00:00 2001 From: bh Date: Thu, 13 Nov 2025 18:06:32 +0800 Subject: Tried Treesitter. This is for backup of old config. --- lua/config/test.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lua/config/test.c (limited to 'lua/config/test.c') diff --git a/lua/config/test.c b/lua/config/test.c new file mode 100644 index 0000000..514ad15 --- /dev/null +++ b/lua/config/test.c @@ -0,0 +1,5 @@ +#include + +int add(){ + return 5 + 5; +} -- cgit v1.2.3