summaryrefslogtreecommitdiff
path: root/.config/nvim/general
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/general')
-rw-r--r--.config/nvim/general/settings.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/general/settings.vim b/.config/nvim/general/settings.vim
index 1f0b858..eedbbb1 100644
--- a/.config/nvim/general/settings.vim
+++ b/.config/nvim/general/settings.vim
@@ -23,7 +23,7 @@ set smartindent " Makes indenting smart
set autoindent " Good auto indent
set laststatus=0 " Always display the status line
set number " Line numbers
-set cursorline " Enable highlighting of the current line
+" set cursorline " Enable highlighting of the current line
set background=dark " tell vim what the background color looks like
set showtabline=2 " Always show tabs
set noshowmode " We don't need to see things like -- INSERT -- anymore