feat: new config with everything manually installed
This commit is contained in:
5
lsp/gopls.lua
Normal file
5
lsp/gopls.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
cmd = { 'gopls' },
|
||||
filetypes = { 'go', 'gomod', 'gowork', 'gotmpl' },
|
||||
root_markers = { 'go.mod', '.git' },
|
||||
}
|
||||
Reference in New Issue
Block a user