From: Stefan Huber Date: Fri, 18 Apr 2025 19:37:13 +0000 (+0200) Subject: plugins: Replace splice by splice9 X-Git-Url: https://git.sthu.org/?a=commitdiff_plain;h=6fc76d402853085e208d10d12c2bd26b6f0da9e8;p=vimconf.git plugins: Replace splice by splice9 --- diff --git a/plugins-full.vim.example b/plugins-full.vim.example index ae3484f..1a36bd6 100644 --- a/plugins-full.vim.example +++ b/plugins-full.vim.example @@ -42,7 +42,7 @@ Plug 'Konfekt/vim-DetectSpellLang', {'do': 'spell'} Plug 'joom/latex-unicoder.vim' Plug 'chrisbra/unicode.vim' -Plug 'sjl/splice.vim', {'on': 'SpliceInit'} +Plug 'errael/splice9', {'on': 'Splice9Init'} " Costs a second startup time Plug 'dbeniamine/cheat.sh-vim', {'on': 'Cheat'}