Resolved the lazyvim checkhealth warnings for luarocks and tree-sitter

This commit is contained in:
han
2025-01-21 21:59:57 +07:00
parent c48da266f4
commit b78a3c0458

View File

@@ -7,6 +7,9 @@ sudo cp -R nvim-linux64/share /usr/local/
rm -rf nvim-linux64 nvim.tar.gz
cd -
# Install luarocks and tree-sitter-cli to resolve lazyvim :checkheatlh warnings
sudo apt install -y luarocks tree-sitter-cli
# Only attempt to set configuration if Neovim has never been run
if [ ! -d "$HOME/.config/nvim" ]; then
# Use LazyVim