From 63feeb9f369fc6176e85c1c2d8fcc863caad1946 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 10 Feb 2026 12:32:48 +0100 Subject: start new MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .config/nvim/after/ftplugin/todotxt.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 .config/nvim/after/ftplugin/todotxt.lua (limited to '.config/nvim/after/ftplugin/todotxt.lua') diff --git a/.config/nvim/after/ftplugin/todotxt.lua b/.config/nvim/after/ftplugin/todotxt.lua new file mode 100644 index 0000000..0e90d2b --- /dev/null +++ b/.config/nvim/after/ftplugin/todotxt.lua @@ -0,0 +1 @@ +vim.opt.textwidth = 0 -- cgit 1.4.1