Sync with upstream kickstart.nvim: adopt vim.pack#1
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
lazy.nvimtovim.pack(Neovim 0.12's built-in package manager, upstream PR Refactor/vim.pack nvim-lua/kickstart.nvim#2005)...→->abbreviation.upstream/masterdirectly (not a 69-commit replay rebase) to avoid pervasive conflicts on every commit that touchedinit.lua. Backup of the previous master is preserved onorigin/backup/pre-upstream-sync-20260519.What changed
30d05fflua/custom/plugins/(typr, nvim-ts-autotag, trouble, oil, catppuccin, hardtime, markdown-preview, lazygit, harpoon)8e02885reveal right+ show hidden/gitignored5a3a92cinit.lua:<leader>tc/<leader>yp/<leader>yP/<leader>gbkeymaps, PHP FileType autocmd, 6 LSP servers (gopls, rust_analyzer, ts_ls, cssls, phpactor, prismals), prettier/biome per-buffer conform logic, enable kickstart.plugins.{debug,indent_line,lint,autopairs,neo-tree} +custom.pluginsloaderbb88a986bc02fc disable md lint)Test plan
:checkhealthpasses (no fatal errors; only pre-existing environment warnings)<leader>tc,<leader>mp,<leader>MP,-,<leader>h,<leader>lg,<leader>xx,<leader>yp,<leader>gb)catppuccin-frappecolorscheme override appliednvim-ts-autotag,oil,trouble,hardtime,harpoonmodules load:LazyGit,<leader>xx,:Mason, format-on-save in a project with.prettierrcgopls,rust_analyzer,ts_lsattach when opening a Go/Rust/TS fileMerging note
This PR diverges from
master(70 ahead, 69 behind) because it was built fromupstream/masterrather than replayed onto local history. The GitHub "Merge" button will conflict everywhere — the intended merge path is locally:```bash
git checkout master
git reset --hard feature/upstream-sync-vimpack
git push --force-with-lease origin master
```
Rollback
If anything breaks: roll master back to `backup/pre-upstream-sync-20260519` (already pushed to origin).