From b32e8539f30a355e694ff9fb71e8924ef54d6e2a Mon Sep 17 00:00:00 2001 From: rbong Date: Mon, 2 Sep 2024 16:53:42 -0400 Subject: [PATCH] Disable columns that interfere with highlighting --- ftplugin/floggraph.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ftplugin/floggraph.vim b/ftplugin/floggraph.vim index 623531f..fca6acd 100644 --- a/ftplugin/floggraph.vim +++ b/ftplugin/floggraph.vim @@ -6,12 +6,14 @@ silent setlocal \ concealcursor=n \ conceallevel=2 \ cursorline + \ foldcolumn=0 \ nobuflisted \ nomodeline \ nomodifiable \ noswapfile \ nowrap \ readonly + \ signcolumn=no let b:minitrailspace_disable = v:true