-
Notifications
You must be signed in to change notification settings - Fork 63
Add installation instructions with lazy.nvim #245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.