|
@@ -25,7 +25,7 @@ if !exists('g:vscode')
|
|
set expandtab " Converts tabs to spaces
|
|
set expandtab " Converts tabs to spaces
|
|
set smartindent " Makes indenting smart
|
|
set smartindent " Makes indenting smart
|
|
set autoindent " Good auto indent
|
|
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 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 background=dark " tell vim what the background color looks like
|