Update .vimrc

main
Matt Huntington 5 years ago committed by GitHub
parent f4d4ab6a96
commit 6351eef9b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,6 @@
call plug#begin('~/.vim/plugged') call plug#begin('~/.vim/plugged')
Plug 'mattn/emmet-vim' "emmet html autocomplete Plug 'mattn/emmet-vim' "emmet html autocomplete
Plug 'vim-airline/vim-airline' "airline status bar Plug 'vim-airline/vim-airline' "airline status bar
Plug 'bling/vim-bufferline' #bufferline to show buffers in statusline
call plug#end() call plug#end()
set tabstop=4 "tab width = 4 spaces set tabstop=4 "tab width = 4 spaces
@ -40,3 +39,4 @@ let g:airline#extensions#tabline#enabled = 1 "show buffers when no tabs open
"--- unused plugins: --- "--- unused plugins: ---
"Plug 'isruslan/vim-es6' "es 6 autocomplete "Plug 'isruslan/vim-es6' "es 6 autocomplete
"Plug 'Valloric/YouCompleteMe', { 'do': './install.py --tern-completer' } #youcompleteme "Plug 'Valloric/YouCompleteMe', { 'do': './install.py --tern-completer' } #youcompleteme
Plug 'bling/vim-bufferline' #bufferline to show buffers in statusline

Loading…
Cancel
Save