|
|
|
|
@ -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 |
|
|
|
|
|