You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,13 +135,12 @@ Neovim 0.12+ includes a built-in package manager (`vim.pack`) that handles plugi
135
135
- Basic plugin management commands
136
136
137
137
zpack might be for you if:
138
-
- you're a lazy.nvim user, love its declarative spec, and its wide adoption by plugin authors, but you don't need most of its advanced features
139
-
- you're a lazy.nvim user, want to migrate to `vim.pack`, but don't want to rewrite your entire plugins spec from scratch
140
-
- you want to use `vim.pack`, but still looking for a few core quality of life features like:
141
-
- run build commands only when plugin installs/updates
142
-
- a minimalist set of commands and tools to manage your plugin's lifecycle e.g. updates, cleaning, and builds
143
-
- lazy-loading triggers for a faster startup on slower machines
144
-
- lazy.nvim's declarative plugin spec support to keep your main neovim config neat and tidy
138
+
- you're a lazy.nvim user but don't need most of its advanced features. You just want a light plugin manager that works, backed by what's already built-in
139
+
- you want to continue to use lazy.nvim's widely adopted declarative spec to organize your plugins, and follow the same plugin install instructions for lazy.nvim seamlessly
140
+
- you simplified your config to use `vim.pack` as-is, but you miss one or more of the following quality of life features:
141
+
- build hooks that only run on install/update
142
+
- minimalist commands and tools to manage your plugin's lifecycle (update, cleaning, build)
143
+
- lazy-loading triggers to avoid getting bogged down by slow plugins or to make weak machines bearable
0 commit comments