X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=plugins-noroot.vim;h=81411f946ee38dd0e9beb7af959538cbaa4de2b6;hb=1d9d6a8c4ebd1fffba53a0ecddfa6ae3f06b9b2b;hp=699f43eb7e216797255d3c29800338368a4189d2;hpb=a6da03f96eb0fd3a82bc199975a941a71d238604;p=vimconf.git diff --git a/plugins-noroot.vim b/plugins-noroot.vim index 699f43e..81411f9 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,11 @@ function PluginsNorootConfig() " Allow for reflow of bullet paragraphs let g:vim_markdown_auto_insert_bullets = 0 + let g:calendar_monday = 1 + + if has('nvim-0.5') lua <