From c01beae0eaa2bf260c500229e5f2553306d12fed Mon Sep 17 00:00:00 2001 From: Andrew Garner Date: Tue, 11 Feb 2025 16:19:52 +0000 Subject: [PATCH] Fix :checkhealth typo in Neovim install script --- install/terminal/app-neovim.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/terminal/app-neovim.sh b/install/terminal/app-neovim.sh index 3b24758..569e8f7 100644 --- a/install/terminal/app-neovim.sh +++ b/install/terminal/app-neovim.sh @@ -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