EvolveBeyond / NvPak

A clean config for neovim to be of particular complexity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I have error to run nvim

thmkhtry opened this issue · comments

Hello,
I install NvPak and run and see error:

Error during compilation
Failed to execute the following command:
{
  cmd = "cc",
  err = "Error during compilation",
  info = "Compiling...",
  opts = {
    args = { "-o", "parser.so", "-I./src", "src/parser.c", "src/scanner.c", "-Os", "-shared", "-fPIC" },
    cwd = "/home/taha/.local/share/nvim/tree-sitter-python"
  }
}
Press ENTER or type command to continue
Downloading tree-sitter-bash...
Press ENTER or type command to continue
Error during download, please verify your internet connection
Failed to execute the following command:
{
  cmd = "curl",
  err = "Error during download, please verify your internet connection",
  info = "Downloading tree-sitter-bash...",
  opts = {
    args = { "--silent", "-L", "https://github.com/tree-sitter/tree-sitter-bash/archive/7331995b19b8f8aba2d5e26deb51d2195c18bc94.tar.gz", "--output", "tree-sitter-bash.tar.gz" },
    cwd = "/home/taha/.local/share/nvim"
  }
}
Press ENTER or type command to continue

and next see this:
Screenshot at 2023-12-30 13-51-45

commented

You need VPN to use nvpak and lazy
After using VPN
Run this
:Lazy sync

Solved,thanks