mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 04:21:08 +00:00
fix(extras): remove matlab_ls installation via mason
Co-authored-by: Iordanis Petkakis <12776461+dpetka2001@users.noreply.github.com>
This commit is contained in:
parent
12262491a4
commit
8aee4d3fe6
1 changed files with 0 additions and 1 deletions
|
|
@ -21,7 +21,6 @@ return {
|
|||
"mason-org/mason.nvim",
|
||||
opts = function(_, opts)
|
||||
opts.ensure_installed = opts.ensure_installed or {}
|
||||
vim.list_extend(opts.ensure_installed, { "matlab_language_server" })
|
||||
if formatter == "miss_hit" then
|
||||
vim.list_extend(opts.ensure_installed, { "miss_hit" })
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue