Browse Source

lazygit

dev
Gregory Leeman 11 months ago
parent
commit
f807532b3b
  1. 2
      vimrc

2
vimrc

@ -47,7 +47,7 @@ set foldenable " set to display all folds open
set foldmethod=marker " folding type
set foldopen-=block " for which commands a fold will be opened
set foldtext=FoldText() " expression used to display for a closed fold
set formatoptions=o " how automatic formatting is to be done
set formatoptions-=cro " how automatic formatting is to be done
set hlsearch " highlight matches with last search pattern
set ignorecase " ignore case in search patterns
set incsearch " highlight match while typing search pattern

Loading…
Cancel
Save