summaryrefslogtreecommitdiff
path: root/nvim/after/ftplugin/typescriptreact.lua
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2023-07-31 12:13:48 +0200
committerkkard2 <[email protected]>2023-07-31 12:13:48 +0200
commit55b7f6c96d2e2717e80158bb5e6683e7aa61e8b0 (patch)
tree6d97748ea20186fa855ba0fd83fa52e912aa38b7 /nvim/after/ftplugin/typescriptreact.lua
parent4c1b83a9cf7c3708a8e95c8c5978768177c7f1b1 (diff)
copilot and ts spacing
Diffstat (limited to 'nvim/after/ftplugin/typescriptreact.lua')
-rw-r--r--nvim/after/ftplugin/typescriptreact.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/nvim/after/ftplugin/typescriptreact.lua b/nvim/after/ftplugin/typescriptreact.lua
new file mode 100644
index 0000000..ed7f6bb
--- /dev/null
+++ b/nvim/after/ftplugin/typescriptreact.lua
@@ -0,0 +1,3 @@
+vim.opt.tabstop = 2
+vim.opt.softtabstop = 2
+vim.opt.shiftwidth = 2