Removed hardcoded addition of R-languageserver in MasonLSP

This commit is contained in:
Ben Puryear 2024-05-22 18:12:17 -07:00
parent 70000ee383
commit 4f96bdc98c

View file

@ -107,14 +107,6 @@ return {
}) })
end, end,
}, },
{
"williamboman/mason.nvim",
opts = function(_, opts)
vim.list_extend(opts.ensure_installed, {
"r-languageserver",
})
end,
},
{ {
"hrsh7th/nvim-cmp", "hrsh7th/nvim-cmp",
dependencies = { "R-nvim/cmp-r" }, dependencies = { "R-nvim/cmp-r" },