From 1d3d64fd1ae26581b71f39091c816e568b7a3b39 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sat, 2 Nov 2024 09:46:34 +0100 Subject: [PATCH 1/2] fix(rust): disable rust_analyzer in the rust extra. Fixes #4685 --- lua/lazyvim/plugins/extras/lang/rust.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lazyvim/plugins/extras/lang/rust.lua b/lua/lazyvim/plugins/extras/lang/rust.lua index 145940ca..b8eb4a23 100644 --- a/lua/lazyvim/plugins/extras/lang/rust.lua +++ b/lua/lazyvim/plugins/extras/lang/rust.lua @@ -95,6 +95,7 @@ return { "neovim/nvim-lspconfig", opts = { servers = { + rust_analyzer = { enabled = false }, taplo = { keys = { { From a66b44a9fe0031c85a536f13f84582a6ba7c3f82 Mon Sep 17 00:00:00 2001 From: folke Date: Sat, 2 Nov 2024 08:48:22 +0000 Subject: [PATCH 2/2] chore(build): auto-generate docs --- doc/LazyVim.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/LazyVim.txt b/doc/LazyVim.txt index 44cbcbc9..5f4566f4 100644 --- a/doc/LazyVim.txt +++ b/doc/LazyVim.txt @@ -1,4 +1,4 @@ -*LazyVim.txt* For Neovim Last change: 2024 November 01 +*LazyVim.txt* For Neovim Last change: 2024 November 02 ============================================================================== Table of Contents *LazyVim-table-of-contents*