From e6b577799965acd039ddfa88b3c3fd912d192365 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Thu, 16 Jan 2025 01:20:48 +0100 Subject: checkpoint --- after/ftplugin/c.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'after/ftplugin') diff --git a/after/ftplugin/c.lua b/after/ftplugin/c.lua index 864a22a..af85156 100644 --- a/after/ftplugin/c.lua +++ b/after/ftplugin/c.lua @@ -23,6 +23,6 @@ vim.opt.commentstring = "// %s" -- disable indent in switch statement vim.opt.cinoptions = "l1" -vim.bo.makeprg = "gccg " .. vim.fn.expand("%") +vim.bo.makeprg = "./build.sh" vim.cmd("TSDisable indent") -- cgit v1.2.3