Abouzar Parvan
Abouzar Parvan
> I will be happy to contribute, but I want to first get to an agreement of what is needed so I don't try to do useless PRs. thank you...
also please feel free to do any PR that would improve our documentation, we do welcome any PR that would help users an easier transition into lunarvim, also tyvm for...
> Most of the time I see the warning about which-key not being available. But maybe this is an issue related to how packer loads plugins and not something lunar-vim...
> while registering keymaps for lunar vim only works during startup, and you can't add more once all plugins and everything has finished loading yes 😅 using this function https://github.com/LunarVim/LunarVim/blob/b4d5f093a5607d3f14cbf90aebfb25036c3ee272/lua/lvim/keymappings.lua#L144-L160
> cc: @abzcoding, @chase > > What do you guys think? Does this snippet belong in either `settings.lua` or `config..example.lua`? it feels a bit weird to me that we want...
can you try the rolling branch? 1. uninstall lunarvim ```shell bash ~/.local/share/lunarvim/lvim/utils/installer/uninstall.sh # or bash
can you print the output of this command ```shell git -C ~/.local/share/lunarvim/site/pack/packer/start/nvim-cmp rev-parse HEAD ``` also can you try adding this to your config and see if it changes anything...
> Here is a capture of the behaviour. The first or second time this happens it doesn't crash, but eventually it ends up crashing. can you check `~/.cache/nvim/lsp*` files for...
duplicate of https://github.com/LunarVim/LunarVim/issues/2341 which itself is duplicate of https://github.com/LunarVim/LunarVim/issues/2312 cc: @kylo252
> @abzcoding Thanks for pointing to duplicates! > > I tried: > > 1. `require("lvim.core.bufferline").buf_kill("bd", 0, true)`. Same behavior. > 2. `:bd`. Same behavior. > 3. `:bd`. Same behavior. >...