diff options
Diffstat (limited to 'general/settings.vim')
-rw-r--r-- | general/settings.vim | 2 |
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 |