From 7a24cbe2bb1cc00f0c01037ffc02f0527c4815ae Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sun, 14 Jun 2026 12:20:53 +0200 Subject: neovim: Einstellungen für gitolite angepasst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nvim/ftplugin/gitolite.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 nvim/ftplugin/gitolite.lua (limited to 'nvim/ftplugin') diff --git a/nvim/ftplugin/gitolite.lua b/nvim/ftplugin/gitolite.lua new file mode 100644 index 0000000..c5d1305 --- /dev/null +++ b/nvim/ftplugin/gitolite.lua @@ -0,0 +1,4 @@ +local opt = vim.opt_local + +opt.expandtab = true +opt.shiftwidth = 4 -- cgit v1.3