Add Lazy, a Neovim plugin manager (#326)

* fix upgrade order of (n)vim plugins

* treesitter should use the synchronous cmd

* add lazy pkg manager for neovim

* fix lazy cmd

---------

Co-authored-by: Thomas Schönauer <37108907+DottoDev@users.noreply.github.com>
This commit is contained in:
edi
2023-01-29 20:49:56 +02:00
committed by GitHub
parent 4abbee99cc
commit c13e14080c

View File

@@ -33,6 +33,11 @@ if exists(":PaqUpdate")
PaqUpdate PaqUpdate
endif endif
if exists(":Lazy")
echo "Lazy Update"
+Lazy! sync
endif
function! UpdateCoCAndTS() function! UpdateCoCAndTS()
if exists(":CocUpdateSync") if exists(":CocUpdateSync")
echo "CocUpdateSync" echo "CocUpdateSync"