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 'tpope/vim-commentary'
|
||||||
Plugin 'itchyny/landscape.vim'
|
Plugin 'itchyny/landscape.vim'
|
||||||
Plugin 'reedes/vim-colors-pencil'
|
Plugin 'reedes/vim-colors-pencil'
|
||||||
|
Plugin 'Shougo/unite.vim'
|
||||||
|
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
@ -178,6 +179,10 @@ let g:airline#extensions#tabline#enabled = 1
|
|||||||
let g:airline_left_sep=''
|
let g:airline_left_sep=''
|
||||||
let g:airline_right_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 it exists, include user's local vim config
|
||||||
if filereadable(expand("~/.vimrc.local"))
|
if filereadable(expand("~/.vimrc.local"))
|
||||||
source ~/.vimrc.local
|
source ~/.vimrc.local
|
||||||
|
Loading…
Reference in New Issue
Block a user