Fix the Github link error for Neovim in the setup for editors in the docs. (#12410)

## Summary

Fix Github link error for Neovim setup editors .

## Test Plan
Click Neovim Github link with mkdocs on local.
This commit is contained in:
FishAlchemist
2024-07-20 04:24:12 +08:00
committed by GitHub
parent ca22248628
commit c0a2b49bac

View File

@@ -28,9 +28,9 @@ For more documentation on the Ruff extension, refer to the
## Neovim
The [`nvim-lspconfig`](https://github/neovim/nvim-lspconfig) plugin can be used to configure the
The [`nvim-lspconfig`](https://github.com/neovim/nvim-lspconfig) plugin can be used to configure the
Ruff Language Server in Neovim. To set it up, install
[`nvim-lspconfig`](https://github/neovim/nvim-lspconfig) plugin, set it up as per the
[`nvim-lspconfig`](https://github.com/neovim/nvim-lspconfig) plugin, set it up as per the
[configuration](https://github.com/neovim/nvim-lspconfig#configuration) documentation, and add the
following to your `init.lua`: