Add installation instructions with lazy.nvim#245
Conversation
packer.nvim is unmaintained.
|
need lazy.nvim user feedback |
|
I can testify it works for me (a LazyVim user), but I understand you wait for independent corroboration. Fair enough; let’s hope someone will land on this issue and add a comment… 🙂 |
| vim.o.foldlevel = 99 | ||
| vim.o.foldlevelstart = 99 | ||
| end, | ||
| config = function() |
There was a problem hiding this comment.
would prefer opts rather than config see: https://lazy.folke.io/spec#spec-setup
|
Hey, just set up ufo with the instructions for lazy.nvim from this PR. Works out of the box for me, just copied and pasted them into my config :) I agree with the recommended changes though, |
|
I'd be interested to see this get updated |
|
Both config/opts work for me. But zi only works if I do zM beforehand. za works okay. Is that expected. |
|
You can add 'zi' in 'keys'. |
|
Works for me as well. |
|
Works wonderfully. |
packer.nvim is unmaintained since 2023-08. On the readme they cite lazy.nvim as a recommended alternative. I used GitHub’s
<details>tag to avoid clutter. The code was taken from here.