conflict about nvim/lazy.nvim
problem: conflict with neovim[DONE]
Sometimes(always, xu) when we install a new application via pacman or yay/paru, the new will conflict with another one especially on ARCH or SUSE and others distributions with rolling update.
Such as, oh-my-posh conflict with neovim(it’s plugin(s) actually)
Here is the approach to solve this tricky problem.
STEP1
Clean the cache of your package, primarily clean the conflict one, or, clean all.
1 | yay -Sc (clean all cache of yay) |
STEP2
Reinstall the neovim
1 | sudo pacman -R neovim |
(STEP3)
If still stuck, reinstall the LAZY.
1 | rm -rf ~/.local/share/nvim/lazy/lazy.nvim |
update in 2024/11/24
play with arch homepage
click here to come back to play with arch
homepage.
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.




