We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a10ae92 commit 7c2382eCopy full SHA for 7c2382e
1 file changed
docs/neovim.md
@@ -12,6 +12,7 @@
12
<!-- mtoc-start -->
13
14
* [Installation](#installation)
15
+ * [Mason.nvim ](#masonnvim-)
16
* [Nix](#nix)
17
* [Integrations](#integrations)
18
* [Configuration](#configuration)
@@ -80,6 +81,12 @@ you can use the following plugin spec:
80
81
> This plugin is developed and tested on neovim _v0.11_. It may work on older
82
> versions, but I do not test on them before publishing.
83
84
+### Mason.nvim
85
+
86
+The VectorCode CLI and LSP server are available in `mason.nvim`. If you choose to
87
+install the CLI through mason, you may need to pay extra attention to the version
88
+pinning because the package updates on mason usually takes extra time.
89
90
### Nix
91
92
There's a community-maintained [nix package](https://nixpk.gs/pr-tracker.html?pr=413395)
0 commit comments