Skip to content

Commit

Permalink
docs(readme): add link to Nvim's built-in LSP client API
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Jul 9, 2024
1 parent f16c6ea commit 0b52abb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@

## :grey_question: Do I need rustaceanvim

If you are starting out with Rust, [`nvim-lspconfig.rust_analyzer`](https://github.com/neovim/nvim-lspconfig)
If you are starting out with Rust, Neovim's built-in LSP client API
(see [`:h lsp`](https://neovim.io/doc/user/lsp.html)) or
[`nvim-lspconfig.rust_analyzer`](https://github.com/neovim/nvim-lspconfig)
is probably enough for you.
It provides the lowest common denominator of LSP support.
This plugin is for those who would like [additional non-standard features](#books-usage--features)
Expand Down

0 comments on commit 0b52abb

Please sign in to comment.