diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-02-04 22:34:07 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-02-04 22:34:07 +0100 |
| commit | f5f16c635d25b2083d9063bf70d62ba632fb4491 (patch) | |
| tree | 69583779f4e4b15d4b36e4a136bc6b48726d64f0 /nvim/ftplugin/typescript.lua | |
| parent | b6a35ed817a915dcaf33ff00a80c1fc42a39d1cb (diff) | |
| download | dotfiles-f5f16c635d25b2083d9063bf70d62ba632fb4491.tar.gz dotfiles-f5f16c635d25b2083d9063bf70d62ba632fb4491.tar.bz2 dotfiles-f5f16c635d25b2083d9063bf70d62ba632fb4491.zip | |
Neovim: Optionen in den ftplugin-Einstellungen etwas aufgeräumt
Diffstat (limited to 'nvim/ftplugin/typescript.lua')
| -rw-r--r-- | nvim/ftplugin/typescript.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/ftplugin/typescript.lua b/nvim/ftplugin/typescript.lua index 0883a50..096143b 100644 --- a/nvim/ftplugin/typescript.lua +++ b/nvim/ftplugin/typescript.lua | |||
| @@ -2,5 +2,5 @@ local opt = vim.opt_local | |||
| 2 | 2 | ||
| 3 | opt.expandtab = true | 3 | opt.expandtab = true |
| 4 | opt.shiftwidth = 2 | 4 | opt.shiftwidth = 2 |
| 5 | opt.tabstop = 2 | ||
| 6 | opt.softtabstop = 2 | 5 | opt.softtabstop = 2 |
| 6 | opt.tabstop = 2 | ||
