Adding support for GO language

This commit is contained in:
Mor1oc 2025-07-18 18:29:44 +03:00
parent 3338d39206
commit 460cb44177
3 changed files with 32 additions and 7 deletions

View file

@ -0,0 +1,11 @@
local plugins = {
{
'williamboman/mason.nvim',
opts = {
ensure_installed = {
'gopls',
},
},
},
}
return plugins