.vimrc

changeset 252
e5f59db6e92a
parent 250
d2198d389e39
child 259
3ea35d31175b
equal deleted inserted replaced
251:308d12c05585 252:e5f59db6e92a
378 autocmd FileType vimfiler nmap <buffer> <2-LeftMouse> <Plug>(vimfiler_edit_file) 378 autocmd FileType vimfiler nmap <buffer> <2-LeftMouse> <Plug>(vimfiler_edit_file)
379 379
380 380
381 ">> Airline 381 ">> Airline
382 let g:airline#extensions#whitespace#enabled = 0 382 let g:airline#extensions#whitespace#enabled = 0
383 let g:airline_powerline_fonts = 0
383 384
384 "keep bufferline from writing into the command line 385 "keep bufferline from writing into the command line
385 let g:bufferline_echo = 0 386 let g:bufferline_echo = 0
386 387
387 "cycle the bufferline with current buf in 2nd-to-last spot 388 "cycle the bufferline with current buf in 2nd-to-last spot
437 source ~/.vimrc.local 438 source ~/.vimrc.local
438 endif 439 endif
439 catch 440 catch
440 endtry 441 endtry
441 442
443 if g:airline_powerline_fonts == 0 && $LANG =~ 'UTF-8'
444 let g:airline_left_sep = '▒'
445 let g:airline_right_sep = g:airline_left_sep
446 endif
447
442 if has('gui_running') 448 if has('gui_running')
443 set number 449 set number
444 set background=dark 450 set background=dark
445 451
446 set guicursor+=a:blinkwait1000-blinkon1200-blinkoff250 452 set guicursor+=a:blinkwait1000-blinkon1200-blinkoff250

mercurial