From dad275b6c207f0ba16c7ea770e6430773ffc1007 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Mon, 15 Jul 2024 22:47:31 +0200 Subject: [PATCH] plugins: Add wilder --- plugins-full.vim.example | 6 +-- plugins-midi.vim.example | 101 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 103 insertions(+), 4 deletions(-) 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 <