diff options
| author | kkard2 <[email protected]> | 2023-07-31 12:20:29 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2023-07-31 12:20:29 +0200 |
| commit | 83831281ba3d3bc993e348ddb5c0a0a488608978 (patch) | |
| tree | 22995bcb1980194de27b7aa5bab84429b10cb829 /nvim/after/ftplugin | |
| parent | 55b7f6c96d2e2717e80158bb5e6683e7aa61e8b0 (diff) | |
i am very smart
Diffstat (limited to 'nvim/after/ftplugin')
| -rw-r--r-- | nvim/after/ftplugin/typescript.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nvim/after/ftplugin/typescript.lua b/nvim/after/ftplugin/typescript.lua new file mode 100644 index 0000000..ed7f6bb --- /dev/null +++ b/nvim/after/ftplugin/typescript.lua @@ -0,0 +1,3 @@ +vim.opt.tabstop = 2 +vim.opt.softtabstop = 2 +vim.opt.shiftwidth = 2 |
