nvim: add a shit ton of packages to mason
This commit is contained in:
@ -2,6 +2,19 @@ return {
|
||||
"williamboman/mason.nvim",
|
||||
build = ":MasonUpdate",
|
||||
config = function()
|
||||
require("mason").setup()
|
||||
require("mason").setup({
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
-- go
|
||||
"gopls",
|
||||
"goimports_reviser",
|
||||
"golangci-lint",
|
||||
-- python
|
||||
"black",
|
||||
"mypy",
|
||||
"pyright",
|
||||
}
|
||||
}
|
||||
})
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user