Added compile commands module to premake for lsp intergration

main
anulax1225 ago%!(EXTRA string=7 months)
parent cf4f218675
commit 59096eab78
  1. 5
      setup.sh

@ -16,9 +16,10 @@ cp -f ./bin/linux/bakasable ~/.bakasable/
if [ ! $(which premake5) ]; then
echo Installing premake
cp -f ./bin/linux/premake5 ~/.bakasable/
chmod +x ~/.bakasable/premake5
echo Installing export-compile-commands module
cp -f ./bin/vendor/export-compile-commands ~/.bakasable/
echo 'require "export-compile-commands"' >> ~/.bakasable/
cp -rf ./bin/vendor/export-compile-commands ~/.bakasable/
echo 'require "export-compile-commands"' >> ~/.bakasable/premake-system.lua
fi
echo Searching path in env PATH

Loading…
Cancel
Save