From 5136fe2604500d6e82066e7d5744321b1845d46f Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Sat, 10 Jan 2026 09:45:33 -0500 Subject: [PATCH] vim: better glyph for linewrapping --- vim/.config/vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/.config/vim/vimrc b/vim/.config/vim/vimrc index a1dd701..eea2630 100644 --- a/vim/.config/vim/vimrc +++ b/vim/.config/vim/vimrc @@ -15,7 +15,7 @@ set nowrap " Maintain indentation on wrapped lines " set breakindent " Optional: visual indicator for wrapped lines -set showbreak=↪\ +set showbreak=↪\ " a group for wrapping by filetype augroup filetype_wrapping