From 3dbe74f2eef627e2dc19b79fe06753d5dc09003f Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 15 May 2024 09:00:31 +0200 Subject: update nvim MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .vim/after/ftplugin/mail.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.vim/after/ftplugin/mail.lua') diff --git a/.vim/after/ftplugin/mail.lua b/.vim/after/ftplugin/mail.lua index 1aa5caf..6e0fa20 100644 --- a/.vim/after/ftplugin/mail.lua +++ b/.vim/after/ftplugin/mail.lua @@ -1,2 +1,4 @@ require('internal.spell') -vim.opt.cursorline = false + +vim.opt_local.cursorline = false +vim.opt_local.commentstring = '> %s' -- cgit 1.4.1