vim-autotag
This commit is contained in:
parent
d9d10b67d2
commit
75c6631e6d
8
vimrc
8
vimrc
|
@ -25,8 +25,6 @@ Plugin 'ctrlpvim/ctrlp.vim'
|
||||||
Plugin 'tpope/vim-obsession'
|
Plugin 'tpope/vim-obsession'
|
||||||
" vim-css-color
|
" vim-css-color
|
||||||
Plugin 'ap/vim-css-color'
|
Plugin 'ap/vim-css-color'
|
||||||
" vim-javascript-syntax
|
|
||||||
" Plugin 'jelera/vim-javascript-syntax'
|
|
||||||
" vim-javascript
|
" vim-javascript
|
||||||
Plugin 'pangloss/vim-javascript'
|
Plugin 'pangloss/vim-javascript'
|
||||||
" ultisnips
|
" ultisnips
|
||||||
|
@ -75,6 +73,9 @@ Plugin 'airblade/vim-gitgutter'
|
||||||
" vim-peekaboo
|
" vim-peekaboo
|
||||||
" https://github.com/junegunn/vim-peekaboo
|
" https://github.com/junegunn/vim-peekaboo
|
||||||
Plugin '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
|
" All of your Plugins must be added before the following line
|
||||||
call vundle#end() " required
|
call vundle#end() " required
|
||||||
|
@ -146,9 +147,6 @@ set textwidth=180
|
||||||
set formatoptions=cq
|
set formatoptions=cq
|
||||||
set wrapmargin=0
|
set wrapmargin=0
|
||||||
|
|
||||||
set tags+=.vuetags
|
|
||||||
|
|
||||||
|
|
||||||
" key #mappings
|
" key #mappings
|
||||||
let g:mapleader = "\<space>"
|
let g:mapleader = "\<space>"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue