aboutsummaryrefslogtreecommitdiff
path: root/nvim/ftplugin/taskwarrior.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/ftplugin/taskwarrior.lua')
-rw-r--r--nvim/ftplugin/taskwarrior.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/nvim/ftplugin/taskwarrior.lua b/nvim/ftplugin/taskwarrior.lua
deleted file mode 100644
index a3c4537..0000000
--- a/nvim/ftplugin/taskwarrior.lua
+++ /dev/null
@@ -1,7 +0,0 @@
1local opt = vim.opt_local
2
3opt.autoindent = false
4opt.cindent = false
5opt.indentexpr = ""
6opt.indentkeys = ""
7opt.smartindent = false