From 3c768051f5b183d0c63a5d68b231deadc7e70007 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Wed, 3 Dec 2025 12:44:21 +0200 Subject: [PATCH] json ftplugin --- after/ftplugin/json.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 after/ftplugin/json.lua diff --git a/after/ftplugin/json.lua b/after/ftplugin/json.lua new file mode 100644 index 0000000..77d1b18 --- /dev/null +++ b/after/ftplugin/json.lua @@ -0,0 +1,7 @@ +vim.opt_local.tabstop = 2 +vim.opt_local.shiftwidth = 2 +vim.opt_local.softtabstop = 2 +vim.opt_local.expandtab = true + +vim.opt_local.conceallevel = 0 +