X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=blobdiff_plain;f=plugins-noroot.vim;fp=plugins-noroot.vim;h=699f43eb7e216797255d3c29800338368a4189d2;hp=d801823df55187a2a65442c23e5fc0746e03f43b;hb=a6da03f96eb0fd3a82bc199975a941a71d238604;hpb=9b92e40be212173dae0d00ebc43bc70e2aad847d 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 <