mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
Switch to airline
This commit is contained in:
parent
d764ebf091
commit
9641c29d2f
1 changed files with 5 additions and 1 deletions
|
|
@ -17,6 +17,8 @@ Plugin 'MarcWeber/vim-addon-mw-utils' " a utility used by vim-snipmate
|
|||
Plugin 'mrk21/yaml-vim' " provides indentation and syntax highlighting for yaml
|
||||
Plugin 'rodjek/vim-puppet' " provides several niceties for working with Puppet
|
||||
Plugin 'tomtom/tlib_vim' " a utility used by vim-snipmate
|
||||
Plugin 'vim-airline/vim-airline' " status line alternative to powerline
|
||||
Plugin 'vim-airline/vim-airline-themes' " themes for vim-airline
|
||||
Plugin 'vim-ruby/vim-ruby' " provides syntax highlighting for ruby files
|
||||
Plugin 'vim-syntastic/syntastic' " provides syntax checking
|
||||
|
||||
|
|
@ -69,6 +71,8 @@ let g:syntastic_quiet_messages = {'level': 'warnings'}
|
|||
" don't wrap text in markdown files
|
||||
let g:vim_markdown_folding_disabled = 1
|
||||
|
||||
" settings for vim-airline
|
||||
let g:airline_theme='powerlineish'
|
||||
" import settings that are OS specific
|
||||
source ~/.vimrc_os_specific
|
||||
" source ~/.vimrc_os_specific
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue