fix(rust): remove rust-tools dep from lspconfig
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user