diff --git a/autoload/vimtex/options.vim b/autoload/vimtex/options.vim index 5894ea30fb..d4eb00b53e 100644 --- a/autoload/vimtex/options.vim +++ b/autoload/vimtex/options.vim @@ -194,7 +194,6 @@ function! vimtex#options#init() abort " {{{1 \ { 'lhs' : 'w', 'rhs' : '\omega' }, \ { 'lhs' : 'z', 'rhs' : '\zeta' }, \ { 'lhs' : 'x', 'rhs' : '\xi' }, - \ { 'lhs' : 'G', 'rhs' : '\Gamma' }, \ { 'lhs' : 'D', 'rhs' : '\Delta' }, \ { 'lhs' : 'F', 'rhs' : '\Phi' }, \ { 'lhs' : 'G', 'rhs' : '\Gamma' },