|
@@ -30,7 +30,7 @@ set smarttab " Makes tabbing smarter will realize you
|
|
|
set expandtab " Converts tabs to spaces
|
|
|
set smartindent " Makes indenting smart
|
|
|
set autoindent " Good auto indent
|
|
|
-set laststatus=2 " Always display the status line
|
|
|
+set laststatus=0 " 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
|