From 82a550e062899d34f32aa474dd18bde23f75efa9 Mon Sep 17 00:00:00 2001 From: pml68 Date: Wed, 18 Sep 2024 15:24:45 +0200 Subject: feat: add C# to format-on-save list --- lua/pml68/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua index fe556ce..1a176db 100644 --- a/lua/pml68/plugins.lua +++ b/lua/pml68/plugins.lua @@ -225,7 +225,7 @@ local plugins = { dependencies = { "nvimdev/guard-collection" }, - ft = { "c", "cpp", "json", "lua", "python" }, + ft = { "c", "cpp", "json", "lua", "python", "cs" }, config = function() local ft = require("guard.filetype") -- cgit v1.2.3