From 2235d045d4765571f35543be71d25b16418057df Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Thu, 8 Jan 2026 14:52:12 +0100 Subject: Neovim: Typescript Optionen --- nvim/ftplugin/typescript.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 nvim/ftplugin/typescript.lua (limited to 'nvim/ftplugin') diff --git a/nvim/ftplugin/typescript.lua b/nvim/ftplugin/typescript.lua new file mode 100644 index 0000000..0883a50 --- /dev/null +++ b/nvim/ftplugin/typescript.lua @@ -0,0 +1,6 @@ +local opt = vim.opt_local + +opt.expandtab = true +opt.shiftwidth = 2 +opt.tabstop = 2 +opt.softtabstop = 2 -- cgit v1.3