Skip to content

Commit

Permalink
emmet > coc-emmet
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaddr committed Oct 30, 2019
1 parent 565fe7b commit 4fe4134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Plug 'morhetz/gruvbox'
Plug 'rust-lang/rust.vim'
Plug 'posva/vim-vue'
Plug 'HerringtonDarkholme/yats.vim'
" Plug 'mattn/emmet-vim'
Plug 'mattn/emmet-vim'
Plug 'kshenoy/vim-signature'
Plug 'cespare/vim-toml'
Plug 'JikkuJose/vim-visincr'
Expand Down Expand Up @@ -149,7 +149,7 @@ set wrap
" plugin configs {{{1
let g:netrw_fastbrowse = 0
let g:netrw_liststyle = 3
" let g:user_emmet_leader_key = '<C-t>'
let g:user_emmet_leader_key = '<C-t>'
function! CocCurrentFunction()
return get(b:, 'coc_current_function', '')
endfunction
Expand Down

0 comments on commit 4fe4134

Please sign in to comment.