mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-19 05:24:19 +01:00
Resolved the lazyvim checkhealth warnings for luarocks and tree-sitter
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user