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 +