Browse Source

Hightlight current line

master
Julio Biason 4 years ago
parent
commit
c9fd5b525b
  1. 1
      vim/vimrc

1
vim/vimrc

@ -38,6 +38,7 @@ set shiftwidth=4 " by default, when auto-identing, add 4 spaces (or 1 tabstop)
set foldmethod=marker " fold on markers
set foldlevel=3 " number of folds to open automatically
set scrolloff=1 " always show one line around the cursor
set cursorline " hightlight the current cursor line
set laststatus=2 " always show the status bar ('cause I like to see the line and column, always)
set showtabline=2 " always show the tabline
set showmatch " show matching bracket

Loading…
Cancel
Save