ensure that gopls is installed

This commit is contained in:
2022-06-13 12:56:35 +03:00
parent c36bdf93b1
commit 45c62a0b97

View File

@@ -23,6 +23,7 @@ lsp_installer.setup({
"svelte", "svelte",
"emmet_ls", "emmet_ls",
"eslint", "eslint",
"gopls",
}, },
automatic_installation = true, automatic_installation = true,
}) })