diff options
| author | kkard2 <[email protected]> | 2023-12-02 12:45:06 +0100 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2023-12-02 12:45:06 +0100 |
| commit | 1e094abc6c4c6866b0abad198b1785d2da3d327c (patch) | |
| tree | b448c85510b88da34cfe06469f5a976fbed889ae /nvim/after/ftplugin/typescript.lua | |
| parent | bd2a637b4593d8a64010a0438ce1c9b57a9436a5 (diff) | |
i couldn't help it
Diffstat (limited to 'nvim/after/ftplugin/typescript.lua')
| -rw-r--r-- | nvim/after/ftplugin/typescript.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nvim/after/ftplugin/typescript.lua b/nvim/after/ftplugin/typescript.lua deleted file mode 100644 index ed7f6bb..0000000 --- a/nvim/after/ftplugin/typescript.lua +++ /dev/null @@ -1,3 +0,0 @@ -vim.opt.tabstop = 2 -vim.opt.softtabstop = 2 -vim.opt.shiftwidth = 2 |
