From a6f3beaf7b4d6db6a1d72b6bceff6fb7c11fa703 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Tue, 8 Sep 2026 08:28:23 +0200 Subject: Entferne toten Code --- nvim/ftplugin/taskwarrior.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'nvim/ftplugin') diff --git a/nvim/ftplugin/taskwarrior.lua b/nvim/ftplugin/taskwarrior.lua index a3c4537..ee8fdf0 100644 --- a/nvim/ftplugin/taskwarrior.lua +++ b/nvim/ftplugin/taskwarrior.lua @@ -1,7 +1,5 @@ local opt = vim.opt_local opt.autoindent = false -opt.cindent = false opt.indentexpr = "" opt.indentkeys = "" -opt.smartindent = false -- cgit v1.3