vim-autotag

This commit is contained in:
ManjaroOne666 2018-03-15 12:55:03 +00:00
parent d9d10b67d2
commit 75c6631e6d
1 changed files with 3 additions and 5 deletions

8
vimrc
View File

@ -25,8 +25,6 @@ Plugin 'ctrlpvim/ctrlp.vim'
Plugin 'tpope/vim-obsession'
" vim-css-color
Plugin 'ap/vim-css-color'
" vim-javascript-syntax
" Plugin 'jelera/vim-javascript-syntax'
" vim-javascript
Plugin 'pangloss/vim-javascript'
" ultisnips
@ -75,6 +73,9 @@ Plugin 'airblade/vim-gitgutter'
" vim-peekaboo
" https://github.com/junegunn/vim-peekaboo
Plugin 'junegunn/vim-peekaboo'
" vim-autotags
" https://github.com/craigemery/vim-autotag
Plugin 'craigemery/vim-autotag'
" All of your Plugins must be added before the following line
call vundle#end() " required
@ -146,9 +147,6 @@ set textwidth=180
set formatoptions=cq
set wrapmargin=0
set tags+=.vuetags
" key #mappings
let g:mapleader = "\<space>"