mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim/lua/user/plugins/lang/go.lua: make sure mason installs required tools.
This commit is contained in:
parent
b4116a78f5
commit
47b091705c
1 changed files with 7 additions and 0 deletions
|
|
@ -59,6 +59,13 @@ return {
|
||||||
servers = lspservers
|
servers = lspservers
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"williamboman/mason.nvim",
|
||||||
|
opttional = true,
|
||||||
|
opts = {
|
||||||
|
ensure_installed = { "goimports", "gofumpt", "gomodifytags", "impl" }
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"nvim-neotest/neotest",
|
"nvim-neotest/neotest",
|
||||||
optional = true,
|
optional = true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue