From 0df0065e95bd723d86b77555d470020e6c3c0db5 Mon Sep 17 00:00:00 2001 From: Karel Kočí Date: Mon, 21 Sep 2026 09:15:32 +0200 Subject: treewide: update with various changes of files that accumulated --- config/nvim/lua/plugins.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/nvim/lua/plugins.lua') diff --git a/config/nvim/lua/plugins.lua b/config/nvim/lua/plugins.lua index 0066902..77e7efb 100644 --- a/config/nvim/lua/plugins.lua +++ b/config/nvim/lua/plugins.lua @@ -59,6 +59,7 @@ require("packer").startup(function(use) local lint = require("lint") lint.linters_by_ft = { c = { "clangtidy", "editorconfig-checker" }, + cpp = { "clangtidy", "editorconfig-checker" }, lua = { "selene", "editorconfig-checker" }, markdown = { "vale" }, nix = { "statix", "deadnix", "nix", "editorconfig-checker" }, @@ -107,6 +108,7 @@ require("packer").startup(function(use) require("conform").setup({ formatters_by_ft = { c = { "clang-format", "trim_newlines", "trim_whitespace" }, + cpp = { "clang-format", "trim_newlines", "trim_whitespace" }, json = { "jq", "trim_newlines", "trim_whitespace" }, lua = { "stylua", "trim_newlines", "trim_whitespace" }, nix = { "alejandra", "trim_newlines", "trim_whitespace" }, @@ -116,6 +118,8 @@ require("packer").startup(function(use) typst = { "typstyle", "trim_newlines", "trim_whitespace" }, xml = { "xmllint", "trim_newlines", "trim_whitespace" }, yaml = { "yq", "trim_newlines", "trim_whitespace" }, + meson = { "muon", "trim_newlines", "trim_whitespace" }, + ["scheme.guile"] = { "trim_newlines", "trim_whitespace" }, }, }) end, -- cgit v1.3.1