6 lines
101 B
Lua
6 lines
101 B
Lua
return {
|
|
cmd = { 'gopls' },
|
|
filetypes = { 'go' },
|
|
root_markers = { 'go.mod', '.git' },
|
|
}
|