From 55b7f6c96d2e2717e80158bb5e6683e7aa61e8b0 Mon Sep 17 00:00:00 2001 From: kkard2 Date: Mon, 31 Jul 2023 12:13:48 +0200 Subject: copilot and ts spacing --- nvim/after/ftplugin/typescriptreact.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 nvim/after/ftplugin/typescriptreact.lua (limited to 'nvim/after/ftplugin/typescriptreact.lua') 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 -- cgit v1.3.1