Folke Lemaitre
Folke Lemaitre
lazy keys are already handled by a reload, so those are fine
I'm talking about the same thing. Reload supports that. But as I said before, reloading is not enabled right now in lazy.
I just added automatic re-sourcing of loaded vimscript for the plugin that you want to reload. Thank you for the idea @lervag! I also added `:Lazy reload plugin_name` to reload...
Be aware that reloading is still not automatic. You need to explicitly do `:Lazy reload vimtex`
That's already planned.
I first need to think this through to keep everything performant. I'm probably going to disallow the usage of functions inside plugins' specs, so that all that data can be...
I'm also looking to support https://github.com/nvim-lua/nvim-package-specification directly.
I did already fix that, no? I use mini.ai myself with those keybiondings and it works as expected
Thank you for the clarification. Will need to check this PR with some issues from the past related to keymaps. I'm also not that sure of the `vim.schedule` in there
I implemented the solution you propose a while back, but it failed some issues people had in the past. Although, I did not add that ``. What I'll do first,...