diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc index a94f833..7618b52 100644 --- a/dotfiles/.vimrc +++ b/dotfiles/.vimrc @@ -48,6 +48,8 @@ Plugin 'keith/swift.vim' Plugin 'vim-scripts/TaskList.vim' Plugin 'posva/vim-vue' Plugin 'mattn/emmet-vim' +Plugin 'vim-airline/vim-airline' +Plugin 'ap/vim-buftabline' " The following are examples of different formats supported. " Keep Plugin commands between vundle#begin/end. @@ -256,7 +258,9 @@ set path+=** "Python paths (installed with "pip3 install --user) "let $PATH.=':' . $HOME . '/Library/Python/3.7/' - +" Remap buffer navigation: +map gn :bn +map gp :bp " Syntastic Settings: