From 1f2dad0be57a20bca63b251d0b22c57839a6f794 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Thu, 8 Jan 2026 17:25:42 +0100 Subject: Neovim: Benutze conform.nvim als Standard-Formater --- nvim/ftplugin/sh.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 nvim/ftplugin/sh.lua (limited to 'nvim/ftplugin/sh.lua') diff --git a/nvim/ftplugin/sh.lua b/nvim/ftplugin/sh.lua new file mode 100644 index 0000000..cda52f1 --- /dev/null +++ b/nvim/ftplugin/sh.lua @@ -0,0 +1,4 @@ +local opt = vim.opt_local + +opt.expandtab = true +opt.shiftwidth = 2 -- cgit v1.3