aboutsummaryrefslogtreecommitdiff
path: root/nvim/ftplugin/taskwarrior.lua
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-09-08 15:42:31 +0200
committerThomas Schmucker <ts@its1.de>2026-09-08 15:42:31 +0200
commitbfd52b3195e8025b4a9b2116d4973c2850658ec3 (patch)
treec488cf48e549a3aa342d72d09556064136a9bd40 /nvim/ftplugin/taskwarrior.lua
parentf4f96a84fc7d3234f14e0eb02e12e40ce621421c (diff)
downloaddotfiles-bfd52b3195e8025b4a9b2116d4973c2850658ec3.tar.gz
dotfiles-bfd52b3195e8025b4a9b2116d4973c2850658ec3.tar.bz2
dotfiles-bfd52b3195e8025b4a9b2116d4973c2850658ec3.zip
cleanup
Diffstat (limited to 'nvim/ftplugin/taskwarrior.lua')
-rw-r--r--nvim/ftplugin/taskwarrior.lua5
1 files changed, 0 insertions, 5 deletions
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 @@
1local opt = vim.opt_local
2
3opt.autoindent = false
4opt.indentexpr = ""
5opt.indentkeys = ""