mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-04-11 09:36:46 +00:00
9 lines
108 B
Lua
9 lines
108 B
Lua
return {
|
|
cmd = { 'gopls' },
|
|
filetypes = { 'go' },
|
|
root_markers = {
|
|
'go.mod',
|
|
'go.sum',
|
|
},
|
|
}
|