From a6da03f96eb0fd3a82bc199975a941a71d238604 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Sat, 8 Oct 2022 21:01:12 +0200 Subject: [PATCH] plugins: Adding leap --- plugins-noroot.vim | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugins-noroot.vim b/plugins-noroot.vim index d801823..699f43e 100644 --- a/plugins-noroot.vim +++ b/plugins-noroot.vim @@ -27,6 +27,8 @@ Plug 'mattn/calendar-vim' Plug 'vim-scripts/loremipsum', {'on': 'Loremipsum'} +Plug 'ggandor/leap.nvim' + function PluginsNorootConfig() let g:localvimrc_persistent = 1 @@ -61,4 +63,8 @@ function PluginsNorootConfig() " Allow for reflow of bullet paragraphs let g:vim_markdown_auto_insert_bullets = 0 + +lua <