jmbuhr/quarto-nvim-kickstarter

Error in running running healthcheck for "kickstart" plugin

Closed this issue · 4 comments

I cloned the kickstarter today, and :checkhealth throws the following error for kickstart.nvim

- ERROR Failed to run healthcheck for "kickstart" plugin. Exception:
  ...r/neovim/0.10.2_1/share/nvim/runtime/lua/vim/_system.lua:244: ENOENT: no such file or directory

What can I do with it?

You can start by providing more information. Are other checkhealth tests working? What OS are you on? What health test exactly is failing? What is at the line the error message talks about?

No other error message.
I use Apple M1 Max with macOS 14.6.1.
The following is the entire error message related to the kickstart:

kickstart: require("kickstart.health").check()
kickstart.nvim ~
- NOTE: Not every warning is a 'must-fix' in `:checkhealth`
    Fix only warnings for plugins and languages you intend to use.
      Mason will give warnings for languages that are not installed.
      You do not need to install, unless you want to use those languages!
- System Information: {
    machine = "arm64",
    release = "23.6.0",
    sysname = "Darwin",
    version = "Darwin Kernel Version 23.6.0: Mon Jul 29 21:14:30 PDT 2024; root:xnu-10063.141.2~1/RELEASE_ARM64_T6000"
  }
- OK Neovim version is: '0.10.2'
- OK Found executable: 'git'
- OK Found executable: 'make'
- OK Found executable: 'unzip'
- OK Found executable: 'rg'
- ERROR Failed to run healthcheck for "kickstart" plugin. Exception:
  ...r/neovim/0.10.2_1/share/nvim/runtime/lua/vim/_system.lua:244: ENOENT: no such file or directory

Hope it helps.

The error in iTerm2 is gone once Kitty is used. The error is replaced with the following in Kitty

- OK image.nvim dependencies are available

Thanks anyway.

I see. I have to catch the error and make it more explicit.