switch to neovim package manager
This commit is contained in:
7
install-nvim.sh
Normal file
7
install-nvim.sh
Normal 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
|
Reference in New Issue
Block a user