Chris пре 5 година
родитељ
комит
415a4a6777
2 измењених фајлова са 2 додато и 1 уклоњено
  1. 1 1
      modules/general.vim
  2. 1 0
      modules/vim-which-key.vim

+ 1 - 1
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

+ 1 - 0
modules/vim-which-key.vim

@@ -117,6 +117,7 @@ vnoremap <silent> <leader> :<c-u>WhichKeyVisual '<Space>'<CR>
 autocmd! FileType which_key
 autocmd  FileType which_key set laststatus=0 noshowmode noruler
   \| autocmd BufLeave <buffer> set laststatus=2 showmode ruler
+  
 ""nnoremap <silent> <leader>      :<c-u>WhichKey '<Space>'<CR>
 ""nnoremap <silent> <localleader> :<c-u>WhichKey  ','<CR>
 let g:which_key_use_floating_win = 0