From 41c676453cd32fac760ff26e092c9dc81874739f Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Wed, 12 Aug 2026 09:00:27 +0200 Subject: neovim: Formateinstellungen für JSON Dateien MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nvim/ftplugin/json.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 nvim/ftplugin/json.lua (limited to 'nvim') diff --git a/nvim/ftplugin/json.lua b/nvim/ftplugin/json.lua new file mode 100644 index 0000000..a6321ff --- /dev/null +++ b/nvim/ftplugin/json.lua @@ -0,0 +1,5 @@ +local opt = vim.opt_local + +opt.expandtab = true +opt.shiftwidth = 2 +opt.tabstop = 2 -- cgit v1.3