feat: add language server
parent
16aec373b9
commit
647f6a41e9
|
@ -418,6 +418,9 @@
|
|||
>https://github.com/oven-sh/bun</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
<p>Format</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://github.com/prettier/prettier"
|
||||
>https://github.com/prettier/prettier</a
|
||||
|
@ -436,6 +439,27 @@
|
|||
>https://github.com/tamasfe/taplo</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
<p>Language server</p>
|
||||
<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/luals/lua-language-server"
|
||||
>https://github.com/luals/lua-language-server</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
<p>Misc</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://github.com/mikefarah/yq"
|
||||
>https://github.com/mikefarah/yq</a
|
||||
|
@ -489,16 +513,6 @@
|
|||
>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
|
||||
|
|
|
@ -96,10 +96,22 @@ Memory
|
|||
- https://github.com/Schniz/fnm
|
||||
- https://github.com/sdkman/sdkman-cli
|
||||
- https://github.com/oven-sh/bun
|
||||
|
||||
Format
|
||||
|
||||
- https://github.com/prettier/prettier
|
||||
- https://github.com/mvdan/sh
|
||||
- https://github.com/JohnnyMorganz/StyLua
|
||||
- https://github.com/tamasfe/taplo
|
||||
|
||||
Language server
|
||||
|
||||
- https://github.com/golang/tools/tree/master/gopls
|
||||
- https://github.com/bufbuild/buf-language-server
|
||||
- https://github.com/luals/lua-language-server
|
||||
|
||||
Misc
|
||||
|
||||
- https://github.com/mikefarah/yq
|
||||
- https://github.com/stedolan/jq
|
||||
|
||||
|
@ -115,8 +127,6 @@ 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/golangci/golangci-lint
|
||||
- https://pkg.go.dev/golang.org/x/tools/go/analysis/passes/fieldalignment
|
||||
|
|
Loading…
Reference in New Issue