From f4d4ab6a96d6dfe54c16530d4a14f819b2c41a0e Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Sat, 20 Feb 2021 16:30:45 -0500 Subject: [PATCH] Update .vimrc --- .vimrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index ec2f927..2dfa6b9 100644 --- a/.vimrc +++ b/.vimrc @@ -1,6 +1,7 @@ call plug#begin('~/.vim/plugged') Plug 'mattn/emmet-vim' "emmet html autocomplete Plug 'vim-airline/vim-airline' "airline status bar +Plug 'bling/vim-bufferline' #bufferline to show buffers in statusline call plug#end() set tabstop=4 "tab width = 4 spaces @@ -39,5 +40,3 @@ let g:airline#extensions#tabline#enabled = 1 "show buffers when no tabs open "--- unused plugins: --- "Plug 'isruslan/vim-es6' "es 6 autocomplete "Plug 'Valloric/YouCompleteMe', { 'do': './install.py --tern-completer' } #youcompleteme -"Plug 'bling/vim-bufferline' #bufferline to show buffers in statusline -