packer.nvim
packer.nvim copied to clipboard
A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
This ensures proper support for `plugin_spec.as` in plugins specified in `plugin_spec.requires`.
- `nvim --version`: v0.7.2 - `git --version`: 2.37.1 - Operating system/version: macOS 11.6.8 - Terminal name/version: iTerm2 ### Steps to reproduce * Add plugin, source config and install via `:PackerSync`...
- `nvim --version`: ``` NVIM v0.7.2 Build type: Release LuaJIT 2.1.0-beta3 Compiled by [email protected] Features: +acl +iconv +tui See ":help feature-compile" system vimrc file: "$VIM/sysinit.vim" fall-back for $VIM: "/opt/local/share/nvim" Run...
- `nvim --version`: v0.6.0 - release - `git --version`: v2.34.1 - Operating system/version: MacOS 12.1 - Terminal name/version: kitty v0.23.1 ### Steps to reproduce remove a plugin and then run...
### Describe the feature At times, my nvim packages are (somehow) in a broken state and Packer is unable to recover them elegantly. **An example:** [I use `telescope-fzf-native.nvim`](https://github.com/nvim-telescope/telescope-fzf-native.nvim) which requires...
- `nvim --version`: ``` NVIM v0.8.0-dev-699-gcbfae548e Build type: RelWithDebInfo LuaJIT 2.1.0-beta3 Compilation: /usr/bin/gcc-11 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNVIM_TS_HAS_SET_MATCH_LIMIT -DNVIM_TS_HAS_SET_ALLOCATOR -O2 -g -Og -g -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wdouble-promotion...
- `nvim --version`: v0.6.0 - `git --version`: 2.34.1 - Operating system/version: Manjaro - Terminal name/version: Kitty 0.23.1 ### Steps to reproduce 1. Add `config = { max_jobs=4, },` to the...
### Describe the feature I'd like the ability to revert updates from a PackerSync that breaks plugins. On occasion, a plugin author will introduce a breaking change without warning and...
### Describe the feature For plugins that I have specified with a given "version" key so that they are effectively "pinned", I would like to have the ability in the...
### Describe the feature I've been trying to understand what the full list of values are accepted by `packer` for the `version` key, but I can't seem to find any...