From cc309b001c1be90799994c03b79cf569c38a9d7d Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Tue, 3 Feb 2026 08:34:43 +0100 Subject: Neovim: Benutze 'ftplugin' für dateityp-abhängige Einstellungen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nvim/ftplugin/taskwarrior.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 nvim/ftplugin/taskwarrior.lua (limited to 'nvim/ftplugin/taskwarrior.lua') diff --git a/nvim/ftplugin/taskwarrior.lua b/nvim/ftplugin/taskwarrior.lua new file mode 100644 index 0000000..833a35c --- /dev/null +++ b/nvim/ftplugin/taskwarrior.lua @@ -0,0 +1,5 @@ +vim.opt_local.smartindent = false +vim.opt_local.cindent = false +vim.opt_local.autoindent = false +vim.opt_local.indentexpr = "" +vim.opt_local.indentkeys = "" -- cgit v1.3