plugins: Adding leap
authorStefan Huber <shuber@sthu.org>
Sat, 8 Oct 2022 19:01:12 +0000 (21:01 +0200)
committerStefan Huber <shuber@sthu.org>
Sat, 8 Oct 2022 19:01:12 +0000 (21:01 +0200)
plugins-noroot.vim

index d801823df55187a2a65442c23e5fc0746e03f43b..699f43eb7e216797255d3c29800338368a4189d2 100644 (file)
@@ -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 <<EOF
+    require('leap').set_default_keymaps()
+EOF
 endfunction