From 6fc76d402853085e208d10d12c2bd26b6f0da9e8 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Fri, 18 Apr 2025 21:37:13 +0200 Subject: [PATCH] plugins: Replace splice by splice9 --- plugins-full.vim.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'} -- 2.39.5