lazy.nvim
lazy.nvim copied to clipboard
💤 A modern plugin manager for Neovim
:robot: I have created a release *beep* *boop* --- ## [7.0.0](https://github.com/folke/lazy.nvim/compare/v6.0.0...v7.0.0) (2022-12-22) ### ⚠ BREAKING CHANGES * run `init()` before loading start plugins. Fixes #107 ### Features * **loader:** automatically...
**Describe the bug** When opening multiple files using the `-O` flag and Lazy detected new plugins, it's window appears and is quickly replaced by the second opened file: **Which version...
**Describe the bug** A clear and concise description of what the bug is. **Which version of Neovim are you using?** Neovim 0.8.1 **To Reproduce** I'm using the following config: plugins.lua:...
**Is your feature request related to a problem? Please describe.** I notice in the majority of the plugins I use, the configuration required is minimal: just execute the setup function:...
### Did you check docs the docs? - [X] I have read all the lazy docs ### Is your feature request related to a problem? Please describe. It would be...
### Did you check docs the docs? - [X] I have read all the lazy docs ### Is your feature request related to a problem? Please describe. Packer and vim-plug...
### Did you check docs the docs? - [X] I have read all the lazy docs ### Is your feature request related to a problem? Please describe. Recent changes to...
:robot: I have created a release *beep* *boop* --- ## [7.0.1](https://github.com/folke/lazy.nvim/compare/v7.0.0...v7.0.1) (2022-12-23) ### Bug Fixes * **help:** make sure we always generate lazy helptags ([f360e33](https://github.com/folke/lazy.nvim/commit/f360e336a5e2b57e1ee0232c9c89a4ceb3617798)) --- This PR was generated...
### Did you check docs the docs? - [X] I have read all the lazy docs ### Is your feature request related to a problem? Please describe. Packer has `cond`...
Hi, I'm not sure whether this is a bug or if it's a mistake in my configuration, but upon adding `event = InsertEnter` to `nvim-cmp`'s plugin spec, I get the...