aboutsummaryrefslogtreecommitdiff
path: root/nvim/ftplugin
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/ftplugin')
-rw-r--r--nvim/ftplugin/taskwarrior.lua2
1 files changed, 0 insertions, 2 deletions
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 @@
1local opt = vim.opt_local 1local opt = vim.opt_local
2 2
3opt.autoindent = false 3opt.autoindent = false
4opt.cindent = false
5opt.indentexpr = "" 4opt.indentexpr = ""
6opt.indentkeys = "" 5opt.indentkeys = ""
7opt.smartindent = false