switch to neovim package manager

This commit is contained in:
2025-07-29 10:45:50 -05:00
parent 54d195ae3b
commit afae0591a3
7 changed files with 63 additions and 179 deletions

7
install-nvim.sh Normal file
View File

@@ -0,0 +1,7 @@
sudo apt remove gettext-base -y
sudo apt install gettext -y
source ~/.bashrc
git clone https://github.com/neovim/neovim
cd neovim
make CMAKE_BUILD_TYPE=RelWithDebInfo && cd build && cpack -G DEB && sudo dpkg -i nvim-linux-x86_64.deb
cd ~/.dotfiles/ && sudo rm -rf neovim