diff --git a/.config/nvim/lua/plugins/lazy.lua b/.config/nvim/lua/plugins/lazy.lua index 80b5899..26dd26c 100644 --- a/.config/nvim/lua/plugins/lazy.lua +++ b/.config/nvim/lua/plugins/lazy.lua @@ -119,6 +119,9 @@ lazy.setup({ compiler_flags = "", -- Default flags passed to the compiler. job_timeout_ms = 25000, -- Timeout for libuv job in milliseconds. languages = { -- Language specific default compiler/flags + c = { + compiler = "cg132" + } }, }) end