Add gopls LSP config
This commit is contained in:
parent
79c807b309
commit
93b1922c1b
1 changed files with 2 additions and 0 deletions
2
init.lua
2
init.lua
|
@ -10,3 +10,5 @@ else
|
||||||
bundle_path = os.getenv("HOME") .. '/opt/PowerShellEditorServices',
|
bundle_path = os.getenv("HOME") .. '/opt/PowerShellEditorServices',
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
require'lspconfig'.gopls.setup{}
|
||||||
|
|
Loading…
Reference in a new issue