Replies: 2 comments
-
I am glad that my config helped you in setting up your own. IIRC this hrsh7th/nvim-cmp#65 (comment) was the reason for not lazy-loading it, this was more than a year ago and I didn't change my LSP setup since then 😅. Although I am sure things have changed, as you also pointed out. Anyways I'll try your solution and see what happens. ✌️ |
Beta Was this translation helpful? Give feedback.
0 replies
-
I recommend to look on NVchad lazy load. Also with lazy.nvim less problems. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I came across your neovim configuration on Reddit and found it really useful to learn about Packer's lazy loading capabilities.
This helped me speed up my Neovim startup time quite a bit, thank you for that! :)
When having a look at your configuration, I noticed this section where one plugin is not loaded lazily:
On my side, it looks like changing it into the following piece of code works as expected:
Is that working on your side as well?
Please note that I am not using your configuration as is, so I may have missed something.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions