From 5e52f928aba33dd5195a4583d8f2173c3c05b9b5 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Wed, 13 Mar 2024 05:08:18 +0200 Subject: [PATCH] typos Also - use proper case for rust-analyzer - reformat a bit, for sembr --- src/building/suggested.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/building/suggested.md b/src/building/suggested.md index cb415a198..04829f696 100644 --- a/src/building/suggested.md +++ b/src/building/suggested.md @@ -69,13 +69,13 @@ Task] instead: For Neovim users there are several options for configuring for rustc. The easiest way is by using [neoconf.nvim](https://github.com/folke/neoconf.nvim/), which allows for project-local -configuration files with the native LSP. The steps for how to use it are below. Note that requires -Rust-Analyzer to already be configured with Neovim. Steps for this can be -[found here](https://rust-analyzer.github.io/manual.html#nvim-lsp). +configuration files with the native LSP. The steps for how to use it are below. +Note that they require rust-analyzer to already be configured with Neovim. +Steps for this can be [found here](https://rust-analyzer.github.io/manual.html#nvim-lsp). 1. First install the plugin. This can be done by following the steps in the README. 2. Run `x setup`, which will have a prompt for it to create a `.vscode/settings.json` file. - `neoconf` is able to read and update Rust-Analyzer settings automatically when the project is + `neoconf` is able to read and update rust-analyzer settings automatically when the project is opened when this file is detected. If you're running `coc.nvim`,