mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 00:05:10 +01:00
A unite.vim setting, commented out; whitespace fix
This commit is contained in:
5
.vimrc
5
.vimrc
@@ -10,6 +10,9 @@ Plugin 'majutsushi/tagbar'
|
|||||||
" The unite or unite.vim plug-in can search and display information from
|
" The unite or unite.vim plug-in can search and display information from
|
||||||
" arbitrary sources like files, buffers, recently used files or registers.
|
" arbitrary sources like files, buffers, recently used files or registers.
|
||||||
Plugin 'Shougo/unite.vim'
|
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
|
" Nice statusbar, alternative for powerline. Get powerline font for best
|
||||||
" looking result
|
" looking result
|
||||||
Plugin 'bling/vim-airline'
|
Plugin 'bling/vim-airline'
|
||||||
@@ -69,7 +72,7 @@ if &term == "xterm" || &term == "screen-bce" || &term == "screen-256color" || &t
|
|||||||
|
|
||||||
" create a bar for airline
|
" create a bar for airline
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
let g:airline_powerline_fonts = 1
|
let g:airline_powerline_fonts = 1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" paste and autoindent
|
" paste and autoindent
|
||||||
|
|||||||
Reference in New Issue
Block a user