1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

A unite.vim setting, commented out; whitespace fix

This commit is contained in:
2015-06-20 15:43:28 +02:00
parent 56cb8f59ab
commit df0bf362ea

5
.vimrc
View File

@@ -10,6 +10,9 @@ Plugin 'majutsushi/tagbar'
" The unite or unite.vim plug-in can search and display information from
" arbitrary sources like files, buffers, recently used files or registers.
Plugin 'Shougo/unite.vim'
"call unite#filters#matcher_default#use(['matcher_fuzzy'])
"nnoremap <leader>r :<C-u>Unite -start-insert file_rec<CR>
" Nice statusbar, alternative for powerline. Get powerline font for best
" looking result
Plugin 'bling/vim-airline'
@@ -69,7 +72,7 @@ if &term == "xterm" || &term == "screen-bce" || &term == "screen-256color" || &t
" create a bar for airline
set laststatus=2
let g:airline_powerline_fonts = 1
let g:airline_powerline_fonts = 1
endif
" paste and autoindent