diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-09-07 11:31:58 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-09-08 07:53:26 +0200 |
| commit | f63403e394c3fb52827b9362cd31a0a3bdbf08ec (patch) | |
| tree | 2987984cf9ad9c5b52a8c7f083c48adc7efe2845 /nvim/ftplugin/jsonc.lua | |
| parent | 6889a8dd32cc7b2982bd46450bcb9654929023cb (diff) | |
| download | dotfiles-f63403e394c3fb52827b9362cd31a0a3bdbf08ec.tar.gz dotfiles-f63403e394c3fb52827b9362cd31a0a3bdbf08ec.tar.bz2 dotfiles-f63403e394c3fb52827b9362cd31a0a3bdbf08ec.zip | |
Unterstützung für jsonc
Diffstat (limited to 'nvim/ftplugin/jsonc.lua')
| -rw-r--r-- | nvim/ftplugin/jsonc.lua | 5 |
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 @@ | |||
| 1 | local opt = vim.opt_local | ||
| 2 | |||
| 3 | opt.expandtab = true | ||
| 4 | opt.shiftwidth = 2 | ||
| 5 | opt.tabstop = 2 | ||
