From e6bf3a0d9c4899dcf832270f79bb1cee8fbc506e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 30 May 2023 14:50:20 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index 8b24c00..2f7a6e6 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -1,4 +1,4 @@ -*lazy.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 May 28 +*lazy.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 May 30 ============================================================================== Table of Contents *lazy.nvim-table-of-contents* @@ -621,12 +621,6 @@ example, if you want to sync lazy from the cmdline, you can use: $ nvim --headless "+Lazy! sync" +qa < -If you want to do the above, but with the full nvim UI (instead of headless): - ->shell - $ nvim "+autocmd User VeryLazy Lazy! sync" +qa -< - `opts` is a table with the following key-values: - **wait**when true, then the call will wait till the operation completed