vim: minor vimrc formatting change
This commit is contained in:
parent
3a168c72a0
commit
36582437f4
1 changed files with 127 additions and 128 deletions
|
@ -134,7 +134,7 @@ endif
|
|||
|
||||
" This has to be here (as opposed to right after the Plug call) because the
|
||||
" function airline#section#create doesn't exist before plug#end() is
|
||||
" called. THe exists() call is still needed so no errors are generated on
|
||||
" called. The exists() call is still needed so no errors are generated on
|
||||
" the very first time vim is run, as no plugins are installed yet.
|
||||
if exists("airline#section#create")
|
||||
if has('multi_byte') && &encoding ==# 'utf-8'
|
||||
|
@ -231,7 +231,6 @@ endif
|
|||
|
||||
" cycle through line numbering modes
|
||||
nnoremap <silent> <leader>l :call VimrcCycleNumbers()<CR>
|
||||
|
||||
" }}}"
|
||||
|
||||
augroup vimrc " {{{
|
||||
|
|
Loading…
Add table
Reference in a new issue