From: Stefan Huber Date: Mon, 15 Jul 2024 20:47:31 +0000 (+0200) Subject: plugins: Add wilder X-Git-Url: https://git.sthu.org/?a=commitdiff_plain;h=dad275b6c207f0ba16c7ea770e6430773ffc1007;p=vimconf.git plugins: Add wilder --- diff --git a/plugins-full.vim.example b/plugins-full.vim.example index d1286f3..a9ad6c4 100644 --- a/plugins-full.vim.example +++ b/plugins-full.vim.example @@ -30,8 +30,6 @@ Plug 'Konfekt/vim-DetectSpellLang', {'do': 'spell'} Plug 'dpelle/vim-LanguageTool' -Plug 'ryanoasis/vim-devicons', Cond($TERM != 'linux') - Plug 'joom/latex-unicoder.vim' Plug 'chrisbra/unicode.vim' @@ -64,7 +62,7 @@ function PluginsConfigFull() if has('nvim-0.5') lua <