File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1- *nvim-tinygit.txt* For Neovim Last change: 2024 December 25
1+ *nvim-tinygit.txt* For Neovim Last change: 2024 December 28
22
33==============================================================================
44Table of Contents *nvim-tinygit-table-of-contents*
@@ -20,6 +20,17 @@ A lightweight bundle of commands focused on swift and streamlined git
2020operations.
2121
2222
23+ [!NOTE] The upcoming version 1.0 will include several breaking changes. If you
24+ want to keep using the current version, pin the tag `v0.9 ` .
25+ >lua
26+ -- lazy.nvim
27+ {
28+ "chrisgrieser/nvim-tinygit",
29+ tag = "v0.9"
30+ dependencies = "stevearc/dressing.nvim",
31+ },
32+ <
33+
2334
2435
2536FEATURE OVERVIEW *nvim-tinygit-nvim-tinygit-feature-overview*
You can’t perform that action at this time.
0 commit comments