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 +++++- nvim/ftplugin/taskwarrior.lua | 5 ----- 2 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 nvim/ftplugin/taskwarrior.lua (limited to 'nvim/ftplugin') 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 = "" diff --git a/nvim/ftplugin/taskwarrior.lua b/nvim/ftplugin/taskwarrior.lua deleted file mode 100644 index ee8fdf0..0000000 --- a/nvim/ftplugin/taskwarrior.lua +++ /dev/null @@ -1,5 +0,0 @@ -local opt = vim.opt_local - -opt.autoindent = false -opt.indentexpr = "" -opt.indentkeys = "" -- cgit v1.3