Addin my neovim config

This commit is contained in:
Salim Zaidi 2023-06-30 17:14:27 +01:00
parent 63eeb3e564
commit fe139cbd11
3 changed files with 9 additions and 4 deletions

View file

@ -4,6 +4,7 @@
xdg-user-dirs-update
# Install Neovim
cd
git clone https://github.com/neovim/neovim
cd neovim && make CMAKE_BUILD_TYPE=RelWithDebInfo
git checkout stable