feat: add language server

main
sudo pacman -Syu 2023-07-01 15:37:21 +07:00
parent 16aec373b9
commit 647f6a41e9
2 changed files with 36 additions and 12 deletions

View File

@ -418,6 +418,9 @@
>https://github.com/oven-sh/bun</a >https://github.com/oven-sh/bun</a
> >
</li> </li>
</ul>
<p>Format</p>
<ul>
<li> <li>
<a href="https://github.com/prettier/prettier" <a href="https://github.com/prettier/prettier"
>https://github.com/prettier/prettier</a >https://github.com/prettier/prettier</a
@ -436,6 +439,27 @@
>https://github.com/tamasfe/taplo</a >https://github.com/tamasfe/taplo</a
> >
</li> </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> <li>
<a href="https://github.com/mikefarah/yq" <a href="https://github.com/mikefarah/yq"
>https://github.com/mikefarah/yq</a >https://github.com/mikefarah/yq</a
@ -489,16 +513,6 @@
>Go >Go
</h4> </h4>
<ul> <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> <li>
<a href="https://github.com/mvdan/gofumpt" <a href="https://github.com/mvdan/gofumpt"
>https://github.com/mvdan/gofumpt</a >https://github.com/mvdan/gofumpt</a

View File

@ -96,10 +96,22 @@ Memory
- https://github.com/Schniz/fnm - https://github.com/Schniz/fnm
- https://github.com/sdkman/sdkman-cli - https://github.com/sdkman/sdkman-cli
- https://github.com/oven-sh/bun - https://github.com/oven-sh/bun
Format
- https://github.com/prettier/prettier - https://github.com/prettier/prettier
- https://github.com/mvdan/sh - https://github.com/mvdan/sh
- https://github.com/JohnnyMorganz/StyLua - https://github.com/JohnnyMorganz/StyLua
- https://github.com/tamasfe/taplo - 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/mikefarah/yq
- https://github.com/stedolan/jq - https://github.com/stedolan/jq
@ -115,8 +127,6 @@ Memory
#### Go #### Go
- https://github.com/golang/tools/tree/master/gopls
- https://github.com/bufbuild/buf-language-server
- https://github.com/mvdan/gofumpt - https://github.com/mvdan/gofumpt
- https://github.com/golangci/golangci-lint - https://github.com/golangci/golangci-lint
- https://pkg.go.dev/golang.org/x/tools/go/analysis/passes/fieldalignment - https://pkg.go.dev/golang.org/x/tools/go/analysis/passes/fieldalignment