From b4c136a824911e10333920ec49e3ca600426dbb3 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Thu, 27 Oct 2022 23:35:24 +0200 Subject: [PATCH] plugins: Leap only for neovim --- plugins-noroot.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins-noroot.vim b/plugins-noroot.vim index 699f43e..e01f702 100644 --- a/plugins-noroot.vim +++ b/plugins-noroot.vim @@ -29,7 +29,6 @@ Plug 'vim-scripts/loremipsum', {'on': 'Loremipsum'} Plug 'ggandor/leap.nvim' - function PluginsNorootConfig() let g:localvimrc_persistent = 1 @@ -64,7 +63,9 @@ function PluginsNorootConfig() " Allow for reflow of bullet paragraphs let g:vim_markdown_auto_insert_bullets = 0 + if has('nvim-0.5') lua <