0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

NeoVim の checkhealth で Registry github.com/mason-org/mason-registry is NOT installed

Posted at

NeoVim で :checkhealth したら Mason が以下のようなエラーを出した。

mason: require("mason.health").check()
========================================================================
## mason.nvim report
  - OK: neovim version >= 0.7.0
  - OK: Registry `require("mason-registry.index")` is installed.
  - ERROR: Registry github.com/mason-org/mason-registry [uninstalled] is NOT installed.

これは :MasonUpdate すれば直る。

use {
    "williamboman/mason.nvim",
    run = ":MasonUpdate" -- :MasonUpdate updates registry contents
}

README に書いてある run の部分を指定していなかったのが原因だった。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?