From 3841a38df972534567e85840d7ead20d3a26faa6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 16 Jul 2024 06:56:22 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/focus.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/focus.txt b/doc/focus.txt index e71b0c6..32fda39 100644 --- a/doc/focus.txt +++ b/doc/focus.txt @@ -1,4 +1,4 @@ -*focus.txt* For Neovim >= 0.7.0 Last change: 2024 June 06 +*focus.txt* For Neovim >= 0.7.0 Last change: 2024 July 16 ============================================================================== Table of Contents *focus-table-of-contents* @@ -56,7 +56,7 @@ Github repoBranchCode snippet'focus.nvim' libraryMain{ 'nvim-focus/focus.nvim', Github repoBranchCode snippet'focus.nvim' libraryMainuse 'nvim-focus/focus.nvim'Stableuse { 'nvim-focus/focus.nvim', branch = 'stable' }With junegunn/vim-plug ~ -Github repoBranchCode snippet'focus.nvim' libraryMainPlug 'nvim-focus/focus.nvim'StablePlug 'nvim-focus/focus.nvim', { 'branch''stable' } +Github repoBranchCode snippet'focus.nvim' libraryMainPlug 'nvim-focus/focus.nvim'StablePlug("nvim-focus/focus.nvim", {["tag"]="stable"}) – stable should be the latest stable version, as of 16th july 2024, it’s v1.0.0 CONFIGURATION *focus-focus.nvim-configuration*