mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 08:35:53 +02:00
fix(rust): disable rust_analyzer in the rust extra. Fixes #4685
This commit is contained in:
parent
f11890bf99
commit
1d3d64fd1a
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ return {
|
|||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
servers = {
|
||||
rust_analyzer = { enabled = false },
|
||||
taplo = {
|
||||
keys = {
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue