diff options
Diffstat (limited to 'nvim/ftplugin')
| -rw-r--r-- | nvim/ftplugin/taskedit.lua | 1 | ||||
| -rw-r--r-- | nvim/ftplugin/taskwarrior.lua | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/nvim/ftplugin/taskedit.lua b/nvim/ftplugin/taskedit.lua new file mode 100644 index 0000000..a905acb --- /dev/null +++ b/nvim/ftplugin/taskedit.lua | |||
| @@ -0,0 +1 @@ | |||
| vim.cmd.runtime("ftplugin/taskwarrior.lua") | |||
diff --git a/nvim/ftplugin/taskwarrior.lua b/nvim/ftplugin/taskwarrior.lua new file mode 100644 index 0000000..833a35c --- /dev/null +++ b/nvim/ftplugin/taskwarrior.lua | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | vim.opt_local.smartindent = false | ||
| 2 | vim.opt_local.cindent = false | ||
| 3 | vim.opt_local.autoindent = false | ||
| 4 | vim.opt_local.indentexpr = "" | ||
| 5 | vim.opt_local.indentkeys = "" | ||
