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.lua14
1 files changed, 7 insertions, 7 deletions
diff --git a/nvim/ftplugin/taskwarrior.lua b/nvim/ftplugin/taskwarrior.lua
index 64f8ed7..a3c4537 100644
--- a/nvim/ftplugin/taskwarrior.lua
+++ b/nvim/ftplugin/taskwarrior.lua
@@ -1,7 +1,7 @@
1local opt = vim.opt_local 1local opt = vim.opt_local
2 2
3opt.autoindent = false 3opt.autoindent = false
4opt.cindent = false 4opt.cindent = false
5opt.indentexpr = "" 5opt.indentexpr = ""
6opt.indentkeys = "" 6opt.indentkeys = ""
7opt.smartindent = false 7opt.smartindent = false