diff options
| author | Robert Günzler <r@gnzler.io> | 2026-02-13 18:08:30 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-02-13 18:08:30 +0100 |
| commit | 8afe3fa8d88ae56e96f65897935ef508581ac5f7 (patch) | |
| tree | 8e199f0aad89babaa5c460bd4d5ebdbd746ab615 /.config/nvim/after/ftplugin/todotxt.lua | |
| parent | 63feeb9f369fc6176e85c1c2d8fcc863caad1946 (diff) | |
*
Automated-commit-by: dots Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/nvim/after/ftplugin/todotxt.lua')
| -rw-r--r-- | .config/nvim/after/ftplugin/todotxt.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/after/ftplugin/todotxt.lua b/.config/nvim/after/ftplugin/todotxt.lua index 0e90d2b..526f29c 100644 --- a/.config/nvim/after/ftplugin/todotxt.lua +++ b/.config/nvim/after/ftplugin/todotxt.lua @@ -1 +1 @@ -vim.opt.textwidth = 0 +vim.opt_local.textwidth = 0 |