From bfd52b3195e8025b4a9b2116d4973c2850658ec3 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Tue, 8 Sep 2026 15:42:31 +0200 Subject: cleanup --- nvim/ftplugin/taskedit.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'nvim/ftplugin/taskedit.lua') diff --git a/nvim/ftplugin/taskedit.lua b/nvim/ftplugin/taskedit.lua index a905acb..ee8fdf0 100644 --- a/nvim/ftplugin/taskedit.lua +++ b/nvim/ftplugin/taskedit.lua @@ -1 +1,5 @@ -vim.cmd.runtime("ftplugin/taskwarrior.lua") +local opt = vim.opt_local + +opt.autoindent = false +opt.indentexpr = "" +opt.indentkeys = "" -- cgit v1.3