summaryrefslogtreecommitdiff
path: root/.config/nvim/general/settings.vim
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-03-10 22:43:41 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-03-10 22:43:41 +0100
commitde66f966e5c1f7c4f46fab8fe90e29f5f7715fde (patch)
tree3edef70b476c7e7ec40a64fca894dc723e688c62 /.config/nvim/general/settings.vim
parentfefff7951e07d599a236617a6ccf4278176e99a5 (diff)
changed bg, removed line bar in vim
Diffstat (limited to '.config/nvim/general/settings.vim')
-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