Skip to content

Commit

Permalink
feat: update coc
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkn committed Dec 22, 2023
1 parent bb20e64 commit e1e8474
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vim/.vim/coc-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}
},
"go.goplsOptions": {
"local": "github.com/ebkn,github.com/mesh-i,github.com/delight-ventures",
"local": "github.com/ebkn,github.com/mesh-i,github.com/delight-ventures,github.com/Next-Genba",
"gofumpt": true,
"hints": {
"constantValues": true,
Expand Down
4 changes: 2 additions & 2 deletions vim/coc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"coc-eslint": ">=1.6.0",
"coc-flutter": ">=1.9.9",
"coc-git": ">=2.6.0",
"coc-go": ">=1.3.26",
"coc-go": ">=1.3.33",
"coc-highlight": ">=2.0.4",
"coc-html": ">=1.8.0",
"coc-json": ">=1.8.0",
Expand All @@ -30,5 +30,5 @@
},
"disabled": [],
"locked": [],
"lastUpdate": 1700747245730
"lastUpdate": 1703076802918
}

0 comments on commit e1e8474

Please sign in to comment.