diff --git a/autoload/vimtex/imaps.vim b/autoload/vimtex/imaps.vim index 7d77b8a..dc6d6d8 100644 --- a/autoload/vimtex/imaps.vim +++ b/autoload/vimtex/imaps.vim @@ -131,7 +131,6 @@ function! s:default_maps() " {{{1 " Return default snippet list including list of simple maps return snippets + [ \ { 'lhs_rhs' : ['...', '\dots'], 'leader' : '' }, - \ { 'lhs_rhs' : ['', '\item '], 'leader' : '' }, \ { 'lhs_rhs' : ['0', '\emptyset'], 'wrapper' : 's:wrap_math'}, \ { 'lhs_rhs' : ['6', '\partial'], 'wrapper' : 's:wrap_math'}, \ { 'lhs_rhs' : ['8', '\infty'], 'wrapper' : 's:wrap_math'},