From 2276c0e3bcd8c3e6a6e2a83d878cbf3305624cd8 Mon Sep 17 00:00:00 2001 From: Rosa Date: Fri, 31 Jul 2026 16:27:14 -0400 Subject: C support --- modules/user/editors/kakoune/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user/editors') diff --git a/modules/user/editors/kakoune/default.nix b/modules/user/editors/kakoune/default.nix index f3c7dcb..5c7188d 100644 --- a/modules/user/editors/kakoune/default.nix +++ b/modules/user/editors/kakoune/default.nix @@ -22,7 +22,7 @@ { commands = "lsp-enable-window"; name = "WinSetOption"; - option = "filetype=(css|html|java|zig)"; + option = "filetype=(c|css|html|java|zig)"; } { commands = "set buffer filetype json"; -- cgit v1.3.1