diff options
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 | ||
