mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate vimdoc
This commit is contained in:
parent
af8b8e128e
commit
64af691be3
|
@ -41,6 +41,7 @@ TODO *lazy.nvim-todo*
|
||||||
- health checks: check merge conflicts async
|
- health checks: check merge conflicts async
|
||||||
- unsupported props or props from other managers
|
- unsupported props or props from other managers
|
||||||
- rename `run` to `build`
|
- rename `run` to `build`
|
||||||
|
- delete lazy keymaps when a plugin loads
|
||||||
- allow setting up plugins through config
|
- allow setting up plugins through config
|
||||||
- task timeout
|
- task timeout
|
||||||
- log file
|
- log file
|
||||||
|
@ -83,6 +84,7 @@ DIFFERENCES WITH PACKER *lazy.nvim-differences-with-packer*
|
||||||
- `requires` => `dependencies`
|
- `requires` => `dependencies`
|
||||||
- `as` => `name`
|
- `as` => `name`
|
||||||
- `opt` => `lazy`
|
- `opt` => `lazy`
|
||||||
|
- `run` => `build`
|
||||||
|
|
||||||
|
|
||||||
OTHER NEOVIM PLUGIN MANAGERS IN LUA*lazy.nvim-other-neovim-plugin-managers-in-lua*
|
OTHER NEOVIM PLUGIN MANAGERS IN LUA*lazy.nvim-other-neovim-plugin-managers-in-lua*
|
||||||
|
|
Loading…
Reference in New Issue