Added vim-airline, vim-buftabline and buffer navigation mappings.
This commit is contained in:
parent
e50dac8940
commit
a208c646cd
1 changed files with 5 additions and 1 deletions
|
|
@ -48,6 +48,8 @@ Plugin 'keith/swift.vim'
|
||||||
Plugin 'vim-scripts/TaskList.vim'
|
Plugin 'vim-scripts/TaskList.vim'
|
||||||
Plugin 'posva/vim-vue'
|
Plugin 'posva/vim-vue'
|
||||||
Plugin 'mattn/emmet-vim'
|
Plugin 'mattn/emmet-vim'
|
||||||
|
Plugin 'vim-airline/vim-airline'
|
||||||
|
Plugin 'ap/vim-buftabline'
|
||||||
|
|
||||||
" The following are examples of different formats supported.
|
" The following are examples of different formats supported.
|
||||||
" Keep Plugin commands between vundle#begin/end.
|
" Keep Plugin commands between vundle#begin/end.
|
||||||
|
|
@ -256,7 +258,9 @@ set path+=**
|
||||||
"Python paths (installed with "pip3 install <package> --user)
|
"Python paths (installed with "pip3 install <package> --user)
|
||||||
"let $PATH.=':' . $HOME . '/Library/Python/3.7/'
|
"let $PATH.=':' . $HOME . '/Library/Python/3.7/'
|
||||||
|
|
||||||
|
" Remap buffer navigation:
|
||||||
|
map gn :bn<cr>
|
||||||
|
map gp :bp<cr>
|
||||||
|
|
||||||
" Syntastic Settings:
|
" Syntastic Settings:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue