configure lsp
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
return {
|
||||
"williamboman/mason.nvim",
|
||||
opts = function(_, opts)
|
||||
table.insert(opts.ensure_installed, "prettierd")
|
||||
end,
|
||||
"williamboman/mason.nvim",
|
||||
opts = function(_, opts)
|
||||
opts.ensure_installed = opts.ensure_installed or {}
|
||||
vim.list_extend(opts.ensure_installed, {
|
||||
"prettierd",
|
||||
"gomodifytags",
|
||||
"impl",
|
||||
"gofumpt",
|
||||
"goimports-reviser",
|
||||
"delve",
|
||||
"java-test",
|
||||
"java-debug-adapter",
|
||||
})
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user