diff options
| author | Chris <[email protected]> | 2020-04-02 15:17:12 -0400 | 
|---|---|---|
| committer | Chris <[email protected]> | 2020-04-02 15:17:12 -0400 | 
| commit | 415a4a6777891b98b037ddcef8a4be6c8f872786 (patch) | |
| tree | 917b1f3e04d0518a0c8f282b4934092aa0b5f08e /modules/general.vim | |
| parent | 2154a69ae8fe7b7465e72f0d723516d91e4efcd9 (diff) | |
auto push
Diffstat (limited to 'modules/general.vim')
| -rw-r--r-- | modules/general.vim | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/modules/general.vim b/modules/general.vim index 83275709..fdcb226b 100644 --- a/modules/general.vim +++ b/modules/general.vim @@ -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 | 
