From c6dd77039617765017191c7c8e54ac34ac16a329 Mon Sep 17 00:00:00 2001 From: Rosa Date: Thu, 25 Jun 2026 14:00:08 -0400 Subject: temporarily disable JSON 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 f519c5b..07a2461 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|json|zig)"; + option = "filetype=(css|html|java|zig)"; } { commands = "set buffer filetype json"; -- cgit v1.3.1