fix(rust): remove rust-tools dep from lspconfig
This commit is contained in:
1 file changed
-5
@@ -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
|
||||
|
||||
Reference in new issue
Block a user