plugins: Load latex-unicoder unconditionally
authorStefan Huber <shuber@sthu.org>
Thu, 30 Dec 2021 12:56:59 +0000 (13:56 +0100)
committerStefan Huber <shuber@sthu.org>
Thu, 30 Dec 2021 12:56:59 +0000 (13:56 +0100)
plugins-noroot-nolowendbox.vim

index 4e0fce694edd9182b8294649a716bf7a11210ab3..d665a29f9e1454dd4176ce96227a051dfc74633f 100644 (file)
@@ -41,7 +41,7 @@ else
 endif
 
 Plug 'ryanoasis/vim-devicons', Cond(g:enable_plugin_devicons)
-Plug 'joom/latex-unicoder.vim', {'on': '<Plug>Unicoder'}
+Plug 'joom/latex-unicoder.vim'
 Plug 'chrisbra/unicode.vim'
 
 Plug 'sjl/splice.vim', {'on': 'SpliceInit'}