From 4b5602cfed9d5db6a6d0c542b07aa86ca9f0638b Mon Sep 17 00:00:00 2001 From: = <=> Date: Fri, 24 Jun 2022 13:06:50 -0400 Subject: [PATCH] vim: set more bufexplorer plugin defaults --- .vimrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index 5093693..b8964b0 100644 --- a/.vimrc +++ b/.vimrc @@ -42,7 +42,7 @@ colorscheme deus hi! link Function deusAqua set hlsearch -set wrap +set nowrap set linebreak set mouse+=a set noequalalways " don't auto resize windows when closing (eg: qf window) @@ -91,9 +91,10 @@ endif " plugin configs " bufexplorer -let g:bufExplorerSortBy='name' +let g:bufExplorerSortBy='fullpath' let g:bufExplorerDefaultHelp=0 let g:bufExplorerShowRelativePath=1 +let g:bufExplorerSplitOutPathName=0 "------------------ " airline plugin stuffs