diff options
| -rw-r--r-- | nvim/ftplugin/json.lua | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ | |||
| 1 | local opt = vim.opt_local | ||
| 2 | |||
| 3 | opt.expandtab = true | ||
| 4 | opt.shiftwidth = 2 | ||
| 5 | opt.tabstop = 2 | ||
