From c9fd5b525b180bc9e13e7a65353343919f31bc24 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Fri, 8 May 2020 20:25:28 -0300 Subject: [PATCH] Hightlight current line --- vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/vimrc b/vim/vimrc index d96abc6..92e0f7d 100644 --- a/vim/vimrc +++ b/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