We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af8b8e1 commit 64af691Copy full SHA for 64af691
doc/lazy.nvim.txt
@@ -41,6 +41,7 @@ TODO *lazy.nvim-todo*
41
- health checks: check merge conflicts async
42
- unsupported props or props from other managers
43
- rename `run` to `build`
44
+- delete lazy keymaps when a plugin loads
45
- allow setting up plugins through config
46
- task timeout
47
- log file
@@ -83,6 +84,7 @@ DIFFERENCES WITH PACKER *lazy.nvim-differences-with-packer*
83
84
- `requires` => `dependencies`
85
- `as` => `name`
86
- `opt` => `lazy`
87
+ - `run` => `build`
88
89
90
OTHER NEOVIM PLUGIN MANAGERS IN LUA*lazy.nvim-other-neovim-plugin-managers-in-lua*
0 commit comments