diff options
Diffstat (limited to 'after/ftplugin/c.lua')
-rw-r--r-- | after/ftplugin/c.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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") |