diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-09-08 08:28:23 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-09-08 08:28:23 +0200 |
| commit | a6f3beaf7b4d6db6a1d72b6bceff6fb7c11fa703 (patch) | |
| tree | 029d16d551e6963c066d56bbd0d45e2904a2c7c6 /nvim | |
| parent | 18749ddf848acf9b3199be75f9f16588dda43bfb (diff) | |
| download | dotfiles-a6f3beaf7b4d6db6a1d72b6bceff6fb7c11fa703.tar.gz dotfiles-a6f3beaf7b4d6db6a1d72b6bceff6fb7c11fa703.tar.bz2 dotfiles-a6f3beaf7b4d6db6a1d72b6bceff6fb7c11fa703.zip | |
Entferne toten Code
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/ftplugin/taskwarrior.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nvim/ftplugin/taskwarrior.lua b/nvim/ftplugin/taskwarrior.lua index a3c4537..ee8fdf0 100644 --- a/nvim/ftplugin/taskwarrior.lua +++ b/nvim/ftplugin/taskwarrior.lua | |||
| @@ -1,7 +1,5 @@ | |||
| 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 | ||
| 5 | opt.indentexpr = "" | 4 | opt.indentexpr = "" |
| 6 | opt.indentkeys = "" | 5 | opt.indentkeys = "" |
| 7 | opt.smartindent = false | ||
