mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Removed hardcoded addition of R-languageserver in MasonLSP
This commit is contained in:
parent
70000ee383
commit
4f96bdc98c
1 changed files with 0 additions and 8 deletions
|
|
@ -107,14 +107,6 @@ return {
|
|||
})
|
||||
end,
|
||||
},
|
||||
{
|
||||
"williamboman/mason.nvim",
|
||||
opts = function(_, opts)
|
||||
vim.list_extend(opts.ensure_installed, {
|
||||
"r-languageserver",
|
||||
})
|
||||
end,
|
||||
},
|
||||
{
|
||||
"hrsh7th/nvim-cmp",
|
||||
dependencies = { "R-nvim/cmp-r" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue