mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-26 02:38:50 +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 🚀
|
-- Correctly setup lspconfig for Rust 🚀
|
||||||
{
|
{
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
dependencies = {
|
|
||||||
"simrat39/rust-tools.nvim",
|
|
||||||
-- Avoid calling setup twice if user supplies `opts`
|
|
||||||
config = function() end,
|
|
||||||
},
|
|
||||||
opts = {
|
opts = {
|
||||||
servers = {
|
servers = {
|
||||||
-- Ensure mason installs the server
|
-- Ensure mason installs the server
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue