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