Unite.vim
This commit is contained in:
parent
90330bdc63
commit
86b27c90dc
@ -164,6 +164,7 @@ Plugin 'hukl/Smyck-Color-Scheme'
|
||||
Plugin 'tpope/vim-commentary'
|
||||
Plugin 'itchyny/landscape.vim'
|
||||
Plugin 'reedes/vim-colors-pencil'
|
||||
Plugin 'Shougo/unite.vim'
|
||||
|
||||
call vundle#end()
|
||||
filetype plugin indent on
|
||||
@ -178,6 +179,10 @@ let g:airline#extensions#tabline#enabled = 1
|
||||
let g:airline_left_sep=''
|
||||
let g:airline_right_sep=''
|
||||
|
||||
" Configure unite
|
||||
nnoremap <leader>f :<C-u>Unite -start-insert file<CR>
|
||||
nnoremap <leader>b :<C-u>Unite -start-insert buffer<CR>
|
||||
|
||||
" If it exists, include user's local vim config
|
||||
if filereadable(expand("~/.vimrc.local"))
|
||||
source ~/.vimrc.local
|
||||
|
Loading…
Reference in New Issue
Block a user