From fbeea2c856bcf70d8544bf8fe75bd60c9e6edc45 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 5 May 2020 21:22:29 -0400 Subject: testing eleline --- general/settings.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'general') 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 -- cgit v1.2.3