Skip to content

Instantly share code, notes, and snippets.

@benjaminbauer
Last active June 28, 2024 13:28
Show Gist options
  • Save benjaminbauer/40d17fcf3c91ca4744ed296c8c7bc90d to your computer and use it in GitHub Desktop.
Save benjaminbauer/40d17fcf3c91ca4744ed296c8c7bc90d to your computer and use it in GitHub Desktop.
Build neovim from source on Debian
sudo apt-get -y update && sudo apt-get -y install ninja-build gettext cmake unzip curl && git clone -b stable --single-branch --depth 1 https://github.com/neovim/neovim && cd neovim && make CMAKE_BUILD_TYPE=RelWithDebInfo && sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment