From b121201d5b9df3e93faea1455691ae39cc88db19 Mon Sep 17 00:00:00 2001 From: ingenarel Date: Tue, 16 Jul 2024 00:26:48 +0600 Subject: [PATCH] Updated readme for the vim-plug plugin. the previous version was causing issues, this version works perfectly on my vim-plug setup. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 720e0ab..a15c270 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Here are code snippets for some common installation methods (use only one): Main Plug 'nvim-focus/focus.nvim' - Stable Plug 'nvim-focus/focus.nvim', { 'branch': 'stable' } + Stable Plug("nvim-focus/focus.nvim", {["tag"]="stable"}) -- stable should be the latest stable version, as of 16th july 2024, it's v1.0.0