aboutsummaryrefslogtreecommitdiff
path: root/nvim/ftplugin/jsonc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/ftplugin/jsonc.lua')
-rw-r--r--nvim/ftplugin/jsonc.lua5
1 files changed, 5 insertions, 0 deletions
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 @@
1local opt = vim.opt_local
2
3opt.expandtab = true
4opt.shiftwidth = 2
5opt.tabstop = 2