pckr.nvim
pckr.nvim copied to clipboard
Spiritual successor of https://github.com/wbthomason/packer.nvim
- `nvim --version`: NVIM v0.9.5 LuaJIT 2.1.1692716794 - `git --version`: 2.43.2 - Operating system/version: Fedora 39 - Terminal name/version: Alacritty ### Steps to reproduce Use pckr.nvim Quickstart example with one...
- `nvim --version`: ``` NVIM v0.10.1 Build type: Release LuaJIT 2.1.1713484068 ``` - `git --version`: `git version 2.46.0.windows.1` - Operating system/version: `Windows 11 Home 23H2` - Terminal name/version: `alacritty 0.13.2...
- `nvim --version`: ``` NVIM v0.11.0-dev-3643+g0cdeb06db-Homebrew Build type: Release LuaJIT 2.1.1720049189 ``` - `git --version`: ``` git version 2.45.2 ``` - Operating system/version: ``` macOS Sonoma 14.5 ``` - Terminal...
plugin/* will not loaded when it modify rtp in autocmd, such as: ```vim autocmd FileType * ++once set rtp+=~/myconf/vim/pckr/opt/nvim-lspconfig ``` so pckr need to load them I try to use...
- `nvim --version`: 0.10 - `git --version`: 2.24.3 - Operating system/version: macOS Catalina 10.15.7 19H2026 x86_64 - Terminal name/version: alacritty ### Steps to reproduce - `$ mkdir plugin1/plugin -p` -...
- `nvim --version`: NVIM v0.10.0 Build type: Release LuaJIT 2.1.1713484068 - `git --version`: git version 2.34.1 - Operating system/version: Pop!_OS 22.04 LTS (based on Ubuntu 22.04). Kernel version 6.9.3 -...
- `nvim --version`: v0.10.2, Build type: Release, LuaJIT 2.1.1713484068 - `git --version`: 2.46.2.windows.1 - Operating system/version: Windows 10 22H2 - Terminal name/version: WezTerm 20240812-215703-30345b36 ### Steps to reproduce Attempt to...
:robot: I have created a release *beep* *boop* --- ## [1.1.0](https://github.com/lewis6991/pckr.nvim/compare/v1.0.0...v1.1.0) (2025-03-30) ### Features * add uninstall action ([9dca6a9](https://github.com/lewis6991/pckr.nvim/commit/9dca6a99b9a88b9b193ef50ba19a994c2c5bc9d0)) * load `Pckr status` with `Pckr` ([546a1b7](https://github.com/lewis6991/pckr.nvim/commit/546a1b7d4df7c341f33884114d918433be66c51d)) ### Bug Fixes *...
Running `:Pckr status` displays `failed to check for updates` for Git plugins that are checked out at some branch or tag. - `nvim --version`: ``` NVIM v0.10.4 Build type: RelWithDebInfo...
Anyone who wants to migrate from `packer.nvim` to `pckr.nvim` has encountered an issue where the aliased plugin name won't show up: ```lua { "catppuccin/nvim", as = "catppuccin" } ``` A...