diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2022-11-24 11:31:53 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2022-11-24 11:31:53 -0500 |
| commit | 7ed38f42d4b41a6621a052b3f3ab6bdf26a1f09d (patch) | |
| tree | 181b929b8c0407168b2c1b6e8599558919a05328 /.config/coc/extensions/package.json | |
| parent | ced8c4826a71ccd929266f3e3a8de3ca6c6f953d (diff) | |
Gofmt on save in nvim
Diffstat (limited to '.config/coc/extensions/package.json')
| -rw-r--r-- | .config/coc/extensions/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/coc/extensions/package.json b/.config/coc/extensions/package.json index 2eb42bd..7450a76 100644 --- a/.config/coc/extensions/package.json +++ b/.config/coc/extensions/package.json @@ -7,7 +7,8 @@ "coc-java": ">=1.5.5", "coc-pairs": ">=1.3.2", "coc-python": ">=1.2.13", - "coc-tsserver": ">=1.10.5" + "coc-tsserver": ">=1.10.5", + "coc-flutter": ">=1.9.9" }, "disabled": [], "locked": [] |
