feat: add language server

main
sudo pacman -Syu 2023-06-29 17:40:26 +07:00
parent 2c72db44df
commit f8dd883a0e
2 changed files with 24 additions and 6 deletions

View File

@ -496,11 +496,29 @@
>Go
</h4>
<ul>
<li>
<a href="https://github.com/golang/tools/tree/master/gopls"
>https://github.com/golang/tools/tree/master/gopls</a
>
</li>
<li>
<a href="https://github.com/bufbuild/buf-language-server"
>https://github.com/bufbuild/buf-language-server</a
>
</li>
<li>
<a href="https://github.com/mvdan/gofumpt"
>https://github.com/mvdan/gofumpt</a
>
</li>
<li>
<a href="https://github.com/gotestyourself/gotestsum"
>https://github.com/gotestyourself/gotestsum</a
>
</li>
</ul>
<p>Memory</p>
<ul>
<li>
<a href="https://github.com/maruel/panicparse"
>https://github.com/maruel/panicparse</a
@ -511,11 +529,6 @@
>https://github.com/go101/golds</a
>
</li>
<li>
<a href="https://github.com/gotestyourself/gotestsum"
>https://github.com/gotestyourself/gotestsum</a
>
</li>
<li>
<a href="https://github.com/burrowers/garble"
>https://github.com/burrowers/garble</a

View File

@ -111,10 +111,15 @@ Memory
#### Go
- https://github.com/golang/tools/tree/master/gopls
- https://github.com/bufbuild/buf-language-server
- https://github.com/mvdan/gofumpt
- https://github.com/gotestyourself/gotestsum
Memory
- https://github.com/maruel/panicparse
- https://github.com/go101/golds
- https://github.com/gotestyourself/gotestsum
- https://github.com/burrowers/garble
### UI