Skip to content

Commit

Permalink
Updated readme for the vim-plug plugin.
Browse files Browse the repository at this point in the history
the previous version was causing issues, this version works perfectly on
my vim-plug setup.
  • Loading branch information
ingenarel committed Jul 15, 2024
1 parent 948b32e commit 485543e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Here are code snippets for some common installation methods (use only one):
<td>Main</td> <td><code>Plug 'nvim-focus/focus.nvim'</code></td>
</tr>
<tr>
<td>Stable</td> <td><code>Plug 'nvim-focus/focus.nvim', { 'branch': 'stable' }</code></td>
<td>Stable</td> <td><code>Plug("nvim-focus/focus.nvim", {["tag"]="stable"}) -- stable should be the latest stable version, as of 16th july 2024, it's v1.0.0</code></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 485543e

Please sign in to comment.