Merge branch 'main' of https://git.cmtec.se/cm/linuxbox
This commit is contained in:
commit
9b8c2cabc1
@ -128,7 +128,7 @@ if [ -d ~/neovim ]; then rm -rf ~/neovim; fi
|
||||
git clone https://github.com/neovim/neovim
|
||||
cd neovim && git checkout stable
|
||||
make CMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
cd build && cpack -G DEB && sudo dpkg -i nvim-linux64.deb
|
||||
cd build && cpack -G DEB && sudo dpkg -i nvim*.deb
|
||||
if [ -d ~/neovim ]; then rm -rf ~/neovim; fi
|
||||
|
||||
# Install caffeine
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user