to some extent

This commit is contained in:
Belal Elsabbagh
2025-05-13 12:32:05 +03:00
parent 002e8573f4
commit a580beaef2
10 changed files with 77 additions and 300 deletions

View File

@@ -0,0 +1,8 @@
return {
cmd = { 'gopls' },
filetypes = { 'go' },
root_markers = {
'go.mod',
'go.sum',
},
}