mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +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",
|
"neovim/nvim-lspconfig",
|
||||||
opts = {
|
opts = {
|
||||||
servers = {
|
servers = {
|
||||||
|
rust_analyzer = { enabled = false },
|
||||||
taplo = {
|
taplo = {
|
||||||
keys = {
|
keys = {
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue