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