Merge pull request #393 from andrewgarner/patch-1

Fix :checkhealth typo in Neovim install script
This commit is contained in:
David Heinemeier Hansson
2025-03-01 18:54:38 +01:00
committed by GitHub

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