From 87cdec67a44b2deb6efd3921872192ea41ed5a05 Mon Sep 17 00:00:00 2001 From: htom Date: Mon, 29 Dec 2025 15:07:57 +0100 Subject: [PATCH] added cpp --- lua/kickstart/plugins/conform.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/kickstart/plugins/conform.lua b/lua/kickstart/plugins/conform.lua index 4e7d9bd..c92817f 100644 --- a/lua/kickstart/plugins/conform.lua +++ b/lua/kickstart/plugins/conform.lua @@ -19,7 +19,7 @@ return { -- Disable "format_on_save lsp_fallback" for languages that don't -- have a well standardized coding style. You can add additional -- languages here or re-enable it for the disabled ones. - local disable_filetypes = { c = false, cpp = true } + local disable_filetypes = { c = false, cpp = false } if disable_filetypes[vim.bo[bufnr].filetype] then return nil else