abzcoding / lvim

🧑‍🚀 Bloated LunarVim 🚀
MIT License
469 stars 65 forks source link

Bqf doesn't work if lazy loaded #116

Closed williamgoulois closed 1 year ago

williamgoulois commented 1 year ago

Hi abz !

Just updated my config today to use Lazy and saw that the plugin nvim-bqf is not loaded I removed lazy = true to make it work but dunno if we could find a better solution 🙂

Screenshot 2023-01-14 at 23 51 06
williamgoulois commented 1 year ago

Seeing this list spectre is not loaded too 😢

abzcoding commented 1 year ago

spectre should only load when you call it ( for example by pressing <Leader>Rp

williamgoulois commented 1 year ago
R goes into "replace" mode after cursor and i do not have the `:Spectre` command The command `Spectre` appears if i remove `lazy = true` but it is still not working with `Rp`
abzcoding commented 1 year ago

R goes into "replace" mode after cursor and i do not have the :Spectre command The command Spectre appears if i remove lazy = true but it is still not working with <Leader>Rp

I'm using it right now 😅 (I don't use the Spectre command itself)

https://github.com/abzcoding/lvim/blob/5cde48dde6c297cb33883891da1dead70f73d4d7/lua/user/keybindings.lua#L385

williamgoulois commented 1 year ago

I'm using it right now 😅

Correction : It works ! 🎉

i had an error in my config.lua. There was a line requiring notify to change config but I disabled noice that required it (because of the bug in neovim)

abzcoding commented 1 year ago

the bqf problem should be fixed in the latest commit

williamgoulois commented 1 year ago

But I still have the issue with nvim-bqf, maybe we can add event VeryLazy ?

williamgoulois commented 1 year ago

the bqf problem should be fixed in the latest commit

Ok lemme try that 😁

abzcoding commented 1 year ago

VeryLazy seems to be a viable option as well

williamgoulois commented 1 year ago

Ok works perfectly thanks for the quick reply as always ! 🙇 I am closing this issue as resolved 🎉