Add support for different OS package managers; simplify some logic

This commit is contained in:
2025-01-25 18:41:52 -06:00
parent bfae90f83a
commit aa64550b72
15 changed files with 42 additions and 42 deletions

View File

@@ -9,7 +9,6 @@
# git -C $neovim_dir fetch --all
# git -C $neovim_dir checkout $neovim_version
#
#
# make -C $neovim_dir clean
# make -C $neovim_dir CMAKE_BUILD_TYPE=RelWithDebInfo
# sudo make -C $neovim_dir install