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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user