From e55cb037fd39f31e60033d32d45886f654be9b4b Mon Sep 17 00:00:00 2001 From: pwnwriter Date: Fri, 15 Nov 2024 11:57:30 -0500 Subject: [PATCH] chore(docs): fixed lsp filepath name --- .github/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/readme.md b/.github/readme.md index 0d5eaac..91c924e 100644 --- a/.github/readme.md +++ b/.github/readme.md @@ -25,7 +25,7 @@ nvim --headless +"Lazy! sync" +qa - See [**`:help lspconfig-all`**][Lspconfig] to get an understanding of how you would setup a language server protocol. ```lua - -- plugins/servers.lua + -- plugins/lsp.lua local lspconfig = require("lspconfig") -- $ rustup component add rust-analyzer