summaryrefslogtreecommitdiff
path: root/nvim
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2023-07-31 12:20:29 +0200
committerkkard2 <[email protected]>2023-07-31 12:20:29 +0200
commit83831281ba3d3bc993e348ddb5c0a0a488608978 (patch)
tree22995bcb1980194de27b7aa5bab84429b10cb829 /nvim
parent55b7f6c96d2e2717e80158bb5e6683e7aa61e8b0 (diff)
i am very smart
Diffstat (limited to 'nvim')
-rw-r--r--nvim/after/ftplugin/typescript.lua3
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