From 873a5d57e0d5981cde181a28cb87444cdd375f23 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Mon, 7 Sep 2026 11:31:58 +0200 Subject: Unterstützung für jsonc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nvim/ftplugin/jsonc.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 nvim/ftplugin/jsonc.lua (limited to 'nvim/ftplugin/jsonc.lua') diff --git a/nvim/ftplugin/jsonc.lua b/nvim/ftplugin/jsonc.lua new file mode 100644 index 0000000..a6321ff --- /dev/null +++ b/nvim/ftplugin/jsonc.lua @@ -0,0 +1,5 @@ +local opt = vim.opt_local + +opt.expandtab = true +opt.shiftwidth = 2 +opt.tabstop = 2 -- cgit v1.3