Add gopls LSP config

This commit is contained in:
Anthony Rose 2024-11-09 20:48:25 +00:00
parent 79c807b309
commit 93b1922c1b

View file

@ -10,3 +10,5 @@ else
bundle_path = os.getenv("HOME") .. '/opt/PowerShellEditorServices',
}
end
require'lspconfig'.gopls.setup{}