You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An earlier kit 0.4.3-3 was removed with apt. However, while installing from nvim-linux64.deb, got the following error:
dpkg: error processing archive /home/patel/kits/nvim/nvim-linux64.deb (--unpack):
trying to overwrite '/usr/share/applications/nvim.desktop', which is also in package neovim-runtime 0.4.3-3
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Installation fails even after I removed /usr/share/applications/nvim.desktop.
Subsequently, I manually installed nvim 0.7.2 and Neovim-from-scratch.git.
After the initial start, I got the following error during plugin pull.
"Failed to insall JoosepAlviste/nvim-ts-context-commentstring"
"display.lua.566: Potential breaking change in commit 6c75121 of wbthomason/packer.nvim
I used "q" to quit. However, nvim-treesitter installed [109/109] pkgs.
The text was updated successfully, but these errors were encountered:
I know this is quite old but I had the same problem, I first installed neovim via apt, but debian bookworm only ships 0.7.x or so, and I need >0.8.0 (for nvchad), so I uninstalled neovim package, but not neovim-runtime. After removing neovim package a apt autoremove solved the problem.
An earlier kit 0.4.3-3 was removed with apt. However, while installing from nvim-linux64.deb, got the following error:
dpkg: error processing archive /home/patel/kits/nvim/nvim-linux64.deb (--unpack):
trying to overwrite '/usr/share/applications/nvim.desktop', which is also in package neovim-runtime 0.4.3-3
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Installation fails even after I removed /usr/share/applications/nvim.desktop.
Subsequently, I manually installed nvim 0.7.2 and Neovim-from-scratch.git.
After the initial start, I got the following error during plugin pull.
"Failed to insall JoosepAlviste/nvim-ts-context-commentstring"
"display.lua.566: Potential breaking change in commit 6c75121 of wbthomason/packer.nvim
I used "q" to quit. However, nvim-treesitter installed [109/109] pkgs.
The text was updated successfully, but these errors were encountered: