diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-01-16 01:20:48 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-01-16 01:20:48 +0100 |
commit | e6b577799965acd039ddfa88b3c3fd912d192365 (patch) | |
tree | 8fc3d330e3d2f32a29299b74184412a4c2814b2e /after/ftplugin/c.lua | |
parent | 8c49afa20b3afcc1c78558a7c7f77c57673bba8e (diff) |
checkpoint
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") |