diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-09-08 15:42:31 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-09-08 15:42:31 +0200 |
| commit | bfd52b3195e8025b4a9b2116d4973c2850658ec3 (patch) | |
| tree | c488cf48e549a3aa342d72d09556064136a9bd40 /nvim/ftplugin/taskwarrior.lua | |
| parent | f4f96a84fc7d3234f14e0eb02e12e40ce621421c (diff) | |
| download | dotfiles-bfd52b3195e8025b4a9b2116d4973c2850658ec3.tar.gz dotfiles-bfd52b3195e8025b4a9b2116d4973c2850658ec3.tar.bz2 dotfiles-bfd52b3195e8025b4a9b2116d4973c2850658ec3.zip | |
cleanup
Diffstat (limited to 'nvim/ftplugin/taskwarrior.lua')
| -rw-r--r-- | nvim/ftplugin/taskwarrior.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nvim/ftplugin/taskwarrior.lua b/nvim/ftplugin/taskwarrior.lua deleted file mode 100644 index ee8fdf0..0000000 --- a/nvim/ftplugin/taskwarrior.lua +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | local opt = vim.opt_local | ||
| 2 | |||
| 3 | opt.autoindent = false | ||
| 4 | opt.indentexpr = "" | ||
| 5 | opt.indentkeys = "" | ||
