Fix :checkhealth typo in Neovim install script

This commit is contained in:
Andrew Garner
2025-02-11 16:19:52 +00:00
committed by GitHub
parent 89971ae60e
commit c01beae0ea

View File

@@ -7,7 +7,7 @@ sudo cp -R nvim-linux-x86_64/share /usr/local/
rm -rf nvim-linux-x86_64 nvim.tar.gz
cd -
# Install luarocks and tree-sitter-cli to resolve lazyvim :checkheatlh warnings
# Install luarocks and tree-sitter-cli to resolve lazyvim :checkhealth warnings
sudo apt install -y luarocks tree-sitter-cli
# Only attempt to set configuration if Neovim has never been run