diff options
Diffstat (limited to 'nvim/ftplugin/taskwarrior.lua')
| -rw-r--r-- | nvim/ftplugin/taskwarrior.lua | 14 |
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 @@ | |||
| 1 | local opt = vim.opt_local | 1 | local opt = vim.opt_local |
| 2 | 2 | ||
| 3 | opt.autoindent = false | 3 | opt.autoindent = false |
| 4 | opt.cindent = false | 4 | opt.cindent = false |
| 5 | opt.indentexpr = "" | 5 | opt.indentexpr = "" |
| 6 | opt.indentkeys = "" | 6 | opt.indentkeys = "" |
| 7 | opt.smartindent = false | 7 | opt.smartindent = false |
