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 | |
| parent | f4f96a84fc7d3234f14e0eb02e12e40ce621421c (diff) | |
| download | dotfiles-bfd52b3195e8025b4a9b2116d4973c2850658ec3.tar.gz dotfiles-bfd52b3195e8025b4a9b2116d4973c2850658ec3.tar.bz2 dotfiles-bfd52b3195e8025b4a9b2116d4973c2850658ec3.zip | |
cleanup
Diffstat (limited to 'nvim/ftplugin')
| -rw-r--r-- | nvim/ftplugin/taskedit.lua | 6 | ||||
| -rw-r--r-- | nvim/ftplugin/taskwarrior.lua | 5 |
2 files changed, 5 insertions, 6 deletions
diff --git a/nvim/ftplugin/taskedit.lua b/nvim/ftplugin/taskedit.lua index a905acb..ee8fdf0 100644 --- a/nvim/ftplugin/taskedit.lua +++ b/nvim/ftplugin/taskedit.lua | |||
| @@ -1 +1,5 @@ | |||
| 1 | vim.cmd.runtime("ftplugin/taskwarrior.lua") | 1 | local opt = vim.opt_local |
| 2 | |||
| 3 | opt.autoindent = false | ||
| 4 | opt.indentexpr = "" | ||
| 5 | opt.indentkeys = "" | ||
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 = "" | ||
