mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 08:35:53 +02:00
fix(rust): remove rust-tools dep from lspconfig
This commit is contained in:
parent
1e1fc3c6a0
commit
39627cab42
1 changed files with 0 additions and 5 deletions
|
@ -78,11 +78,6 @@ return {
|
|||
-- Correctly setup lspconfig for Rust 🚀
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
dependencies = {
|
||||
"simrat39/rust-tools.nvim",
|
||||
-- Avoid calling setup twice if user supplies `opts`
|
||||
config = function() end,
|
||||
},
|
||||
opts = {
|
||||
servers = {
|
||||
-- Ensure mason installs the server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue