summaryrefslogtreecommitdiff
path: root/general
diff options
context:
space:
mode:
authorChris <[email protected]>2020-05-05 21:22:29 -0400
committerChris <[email protected]>2020-05-05 21:22:29 -0400
commitfbeea2c856bcf70d8544bf8fe75bd60c9e6edc45 (patch)
treebac2ab695ec16d1a67469c2e910c191946fdb12f /general
parent67cf58677f3b7c1846b9b248c65a87e414c7e13c (diff)
testing eleline
Diffstat (limited to 'general')
-rw-r--r--general/settings.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/general/settings.vim b/general/settings.vim
index 737584c6..49c5136f 100644
--- a/general/settings.vim
+++ b/general/settings.vim
@@ -25,7 +25,7 @@ if !exists('g:vscode')
set expandtab " Converts tabs to spaces
set smartindent " Makes indenting smart
set autoindent " Good auto indent
- set laststatus=0 " Always display the status line
+ set laststatus=2 " Always display the status line
set number " Line numbers
set cursorline " Enable highlighting of the current line
set background=dark " tell vim what the background color looks like