Skip to content

Commit

Permalink
acme-lsp: move to 9fans.net/acme-lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsc committed Apr 6, 2024
1 parent 016b2d6 commit 8ea559f
Show file tree
Hide file tree
Showing 31 changed files with 100 additions and 100 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[![GitHub Actions Status](https://github.com/fhs/acme-lsp/workflows/Test/badge.svg)](https://github.com/fhs/acme-lsp/actions?query=branch%3Amaster+event%3Apush)
[![Go Reference](https://pkg.go.dev/badge/github.com/fhs/acme-lsp/cmd/acme-lsp.svg)](https://pkg.go.dev/github.com/fhs/acme-lsp/cmd/acme-lsp)
[![Go Report Card](https://goreportcard.com/badge/github.com/fhs/acme-lsp)](https://goreportcard.com/report/github.com/fhs/acme-lsp)
[![GitHub Actions Status](https://9fans.net/acme-lsp/workflows/Test/badge.svg)](https://9fans.net/acme-lsp/actions?query=branch%3Amaster+event%3Apush)
[![Go Reference](https://pkg.go.dev/badge/9fans.net/acme-lsp/cmd/acme-lsp.svg)](https://pkg.go.dev/9fans.net/acme-lsp/cmd/acme-lsp)
[![Go Report Card](https://goreportcard.com/badge/9fans.net/acme-lsp)](https://goreportcard.com/report/9fans.net/acme-lsp)

# acme-lsp

[Language Server Protocol](https://langserver.org/) tools for [acme](https://en.wikipedia.org/wiki/Acme_(text_editor)) text editor.

The main tool is
[acme-lsp](https://pkg.go.dev/github.com/fhs/acme-lsp/cmd/acme-lsp),
[acme-lsp](https://pkg.go.dev/9fans.net/acme-lsp/cmd/acme-lsp),
which listens for commands from the [L
command](https://pkg.go.dev/github.com/fhs/acme-lsp/cmd/L).
command](https://pkg.go.dev/9fans.net/acme-lsp/cmd/L).
It also watches for files created (`New`), loaded (`Get`), saved
(`Put`), or deleted (`Del`) in acme, and tells the LSP server about
these changes. The LSP server in turn responds by sending diagnostics
Expand All @@ -27,8 +27,8 @@ incompatibilities with those or other servers.

Install the latest release:

GO111MODULE=on go install github.com/fhs/acme-lsp/cmd/acme-lsp@latest
GO111MODULE=on go install github.com/fhs/acme-lsp/cmd/L@latest
GO111MODULE=on go install 9fans.net/acme-lsp/cmd/acme-lsp@latest
GO111MODULE=on go install 9fans.net/acme-lsp/cmd/L@latest

## gopls

Expand Down Expand Up @@ -114,7 +114,7 @@ for(cmd in comp def fmt hov impls refs rn sig syms type assist ws ws+ ws-){
typing. This can be achieved by using a general keybinding daemon
(e.g. [xbindkeys](http://www.nongnu.org/xbindkeys/xbindkeys.html)
in X11) and running
[acmefocused](https://pkg.go.dev/github.com/fhs/acme-lsp/cmd/acmefocused).
[acmefocused](https://pkg.go.dev/9fans.net/acme-lsp/cmd/acmefocused).

## See also

Expand Down
2 changes: 1 addition & 1 deletion cmd/L/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LSP commands.
If L is run outside of acme (therefore $winid is not set), L will
attempt to find the focused window ID by connecting to acmefocused
(https://godoc.org/github.com/fhs/acme-lsp/cmd/acmefocused).
(https://godoc.org/9fans.net/acme-lsp/cmd/acmefocused).
Usage: L <sub-command> [args...]
Expand Down
14 changes: 7 additions & 7 deletions cmd/L/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ import (
"strconv"

p9client "github.com/fhs/9fans-go/plan9/client"
"github.com/fhs/acme-lsp/internal/lsp"
"github.com/fhs/acme-lsp/internal/lsp/acmelsp"
"github.com/fhs/acme-lsp/internal/lsp/acmelsp/config"
"github.com/fhs/acme-lsp/internal/lsp/cmd"
"github.com/fhs/acme-lsp/internal/lsp/proxy"
"github.com/fhs/go-lsp-internal/lsp/protocol"
"9fans.net/acme-lsp/internal/lsp"
"9fans.net/acme-lsp/internal/lsp/acmelsp"
"9fans.net/acme-lsp/internal/lsp/acmelsp/config"
"9fans.net/acme-lsp/internal/lsp/cmd"
"9fans.net/acme-lsp/internal/lsp/proxy"
"9fans.net/internal/go-lsp/lsp/protocol"
"github.com/sourcegraph/jsonrpc2"
)

Expand All @@ -34,7 +34,7 @@ LSP commands.
If L is run outside of acme (therefore $winid is not set), L will
attempt to find the focused window ID by connecting to acmefocused
(https://godoc.org/github.com/fhs/acme-lsp/cmd/acmefocused).
(https://godoc.org/9fans.net/acme-lsp/cmd/acmefocused).
Usage: L <sub-command> [args...]
Expand Down
6 changes: 3 additions & 3 deletions cmd/Lone/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import (
"log"
"os"

"github.com/fhs/acme-lsp/internal/lsp/acmelsp"
"github.com/fhs/acme-lsp/internal/lsp/acmelsp/config"
"github.com/fhs/acme-lsp/internal/lsp/cmd"
"9fans.net/acme-lsp/internal/lsp/acmelsp"
"9fans.net/acme-lsp/internal/lsp/acmelsp/config"
"9fans.net/acme-lsp/internal/lsp/cmd"
)

//go:generate ../../scripts/mkdocs.sh
Expand Down
2 changes: 1 addition & 1 deletion cmd/acme-lsp/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Acme-lsp is optionally configured using a TOML-based configuration file
located at UserConfigDir/acme-lsp/config.toml (the -showconfig flag
prints the exact location). The command line flags will override the
configuration values. The configuration options are described here:
https://godoc.org/github.com/fhs/acme-lsp/internal/lsp/acmelsp/config#File
https://godoc.org/9fans.net/acme-lsp/internal/lsp/acmelsp/config#File
Acme-lsp executes or connects to a set of LSP servers described in the
configuration file or in the -server or -dial flags. It then listens for
Expand Down
8 changes: 4 additions & 4 deletions cmd/acme-lsp/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import (
"log"
"os"

"github.com/fhs/acme-lsp/internal/lsp/acmelsp"
"github.com/fhs/acme-lsp/internal/lsp/acmelsp/config"
"github.com/fhs/acme-lsp/internal/lsp/cmd"
"9fans.net/acme-lsp/internal/lsp/acmelsp"
"9fans.net/acme-lsp/internal/lsp/acmelsp/config"
"9fans.net/acme-lsp/internal/lsp/cmd"
)

//go:generate ../../scripts/mkdocs.sh
Expand All @@ -28,7 +28,7 @@ Acme-lsp is optionally configured using a TOML-based configuration file
located at UserConfigDir/acme-lsp/config.toml (the -showconfig flag
prints the exact location). The command line flags will override the
configuration values. The configuration options are described here:
https://godoc.org/github.com/fhs/acme-lsp/internal/lsp/acmelsp/config#File
https://godoc.org/9fans.net/acme-lsp/internal/lsp/acmelsp/config#File
Acme-lsp executes or connects to a set of LSP servers described in the
configuration file or in the -server or -dial flags. It then listens for
Expand Down
2 changes: 1 addition & 1 deletion cmd/acmefocused/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (

"github.com/fhs/9fans-go/acme"
"github.com/fhs/9fans-go/plan9/client"
"github.com/fhs/acme-lsp/internal/p9service"
"9fans.net/acme-lsp/internal/p9service"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion cmd/acmefocused/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"testing"
"time"

"github.com/fhs/acme-lsp/internal/p9service"
"9fans.net/acme-lsp/internal/p9service"
)

const testWinID = "42"
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module github.com/fhs/acme-lsp
module 9fans.net/acme-lsp

go 1.21.9

require (
github.com/BurntSushi/toml v0.3.1
github.com/fhs/9fans-go v0.0.0-fhs.20200606
github.com/fhs/go-lsp-internal v0.0.0-20230619000151-7826e273203a
9fans.net/internal/go-lsp v0.0.0-20230619000151-7826e273203a
github.com/google/go-cmp v0.3.0
github.com/sourcegraph/jsonrpc2 v0.2.0
)
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/fhs/9fans-go v0.0.0-fhs.20200606 h1:kwqns/76paQLNLDx9I5UFkFG1z1tSqHq8a3j/I0kLr4=
github.com/fhs/9fans-go v0.0.0-fhs.20200606/go.mod h1:9PelHyep+qBAEyYdGnqAa66ZGjWE0L8EJP+GIDz8p7M=
github.com/fhs/go-lsp-internal v0.0.0-20230610234852-c5f2102def33 h1:IOmTt60Dzfdp4NYvkrOB9AotLk7mBYtd+PBsU5jAQeg=
github.com/fhs/go-lsp-internal v0.0.0-20230610234852-c5f2102def33/go.mod h1:GF34TbXJNatquGdvhieClRATyP8RFzX+l+rNYqfdTow=
github.com/fhs/go-lsp-internal v0.0.0-20230617125605-15c355072be4 h1:3viom14iPcmgEM8hyWJEc7gHAW3HCNUO38bgHYsFaqE=
github.com/fhs/go-lsp-internal v0.0.0-20230617125605-15c355072be4/go.mod h1:GF34TbXJNatquGdvhieClRATyP8RFzX+l+rNYqfdTow=
github.com/fhs/go-lsp-internal v0.0.0-20230617170009-e3a916438ee1 h1:jeF/D2AKXTooLP6m1DP9Qd9dSRmUt2h5VN+3qyyMlII=
github.com/fhs/go-lsp-internal v0.0.0-20230617170009-e3a916438ee1/go.mod h1:GF34TbXJNatquGdvhieClRATyP8RFzX+l+rNYqfdTow=
github.com/fhs/go-lsp-internal v0.0.0-20230619000151-7826e273203a h1:4qLe7eMLgsA82mUUBVmSyOrCE0UV989Oxsqgd+PQcOk=
github.com/fhs/go-lsp-internal v0.0.0-20230619000151-7826e273203a/go.mod h1:GF34TbXJNatquGdvhieClRATyP8RFzX+l+rNYqfdTow=
9fans.net/internal/go-lsp v0.0.0-20230610234852-c5f2102def33 h1:IOmTt60Dzfdp4NYvkrOB9AotLk7mBYtd+PBsU5jAQeg=
9fans.net/internal/go-lsp v0.0.0-20230610234852-c5f2102def33/go.mod h1:GF34TbXJNatquGdvhieClRATyP8RFzX+l+rNYqfdTow=
9fans.net/internal/go-lsp v0.0.0-20230617125605-15c355072be4 h1:3viom14iPcmgEM8hyWJEc7gHAW3HCNUO38bgHYsFaqE=
9fans.net/internal/go-lsp v0.0.0-20230617125605-15c355072be4/go.mod h1:GF34TbXJNatquGdvhieClRATyP8RFzX+l+rNYqfdTow=
9fans.net/internal/go-lsp v0.0.0-20230617170009-e3a916438ee1 h1:jeF/D2AKXTooLP6m1DP9Qd9dSRmUt2h5VN+3qyyMlII=
9fans.net/internal/go-lsp v0.0.0-20230617170009-e3a916438ee1/go.mod h1:GF34TbXJNatquGdvhieClRATyP8RFzX+l+rNYqfdTow=
9fans.net/internal/go-lsp v0.0.0-20230619000151-7826e273203a h1:4qLe7eMLgsA82mUUBVmSyOrCE0UV989Oxsqgd+PQcOk=
9fans.net/internal/go-lsp v0.0.0-20230619000151-7826e273203a/go.mod h1:GF34TbXJNatquGdvhieClRATyP8RFzX+l+rNYqfdTow=
github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY=
github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
github.com/gorilla/websocket v1.4.1/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
Expand Down
2 changes: 1 addition & 1 deletion internal/acmeutil/acme.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"os"
"strconv"

"github.com/fhs/acme-lsp/internal/acme"
"9fans.net/acme-lsp/internal/acme"
)

type Win struct {
Expand Down
12 changes: 6 additions & 6 deletions internal/lsp/acmelsp/acmelsp.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ import (

"github.com/fhs/9fans-go/plan9"
"github.com/fhs/9fans-go/plumb"
"github.com/fhs/acme-lsp/internal/acme"
"github.com/fhs/acme-lsp/internal/acmeutil"
"github.com/fhs/acme-lsp/internal/lsp"
"github.com/fhs/acme-lsp/internal/lsp/proxy"
"github.com/fhs/acme-lsp/internal/lsp/text"
"github.com/fhs/go-lsp-internal/lsp/protocol"
"9fans.net/acme-lsp/internal/acme"
"9fans.net/acme-lsp/internal/acmeutil"
"9fans.net/acme-lsp/internal/lsp"
"9fans.net/acme-lsp/internal/lsp/proxy"
"9fans.net/acme-lsp/internal/lsp/text"
"9fans.net/internal/go-lsp/lsp/protocol"
)

func CurrentWindowRemoteCmd(ss *ServerSet, fm *FileManager) (*RemoteCmd, error) {
Expand Down
6 changes: 3 additions & 3 deletions internal/lsp/acmelsp/acmelsp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import (
"testing"

"github.com/fhs/9fans-go/plumb"
"github.com/fhs/acme-lsp/internal/lsp"
"github.com/fhs/acme-lsp/internal/lsp/acmelsp/config"
"github.com/fhs/go-lsp-internal/lsp/protocol"
"9fans.net/acme-lsp/internal/lsp"
"9fans.net/acme-lsp/internal/lsp/acmelsp/config"
"9fans.net/internal/go-lsp/lsp/protocol"
"github.com/google/go-cmp/cmp"
)

Expand Down
10 changes: 5 additions & 5 deletions internal/lsp/acmelsp/assist.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import (
"time"
"unicode"

"github.com/fhs/acme-lsp/internal/acme"
"github.com/fhs/acme-lsp/internal/acmeutil"
"github.com/fhs/acme-lsp/internal/lsp/proxy"
"github.com/fhs/acme-lsp/internal/lsp/text"
"github.com/fhs/go-lsp-internal/lsp/protocol"
"9fans.net/acme-lsp/internal/acme"
"9fans.net/acme-lsp/internal/acmeutil"
"9fans.net/acme-lsp/internal/lsp/proxy"
"9fans.net/acme-lsp/internal/lsp/text"
"9fans.net/internal/go-lsp/lsp/protocol"
)

func watchLog(ch chan<- *acme.LogEvent) {
Expand Down
10 changes: 5 additions & 5 deletions internal/lsp/acmelsp/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ import (
"path/filepath"
"sync"

"github.com/fhs/go-lsp-internal/lsp/protocol"
"9fans.net/internal/go-lsp/lsp/protocol"
"github.com/sourcegraph/jsonrpc2"

"github.com/fhs/acme-lsp/internal/lsp"
"github.com/fhs/acme-lsp/internal/lsp/acmelsp/config"
"github.com/fhs/acme-lsp/internal/lsp/proxy"
"github.com/fhs/acme-lsp/internal/lsp/text"
"9fans.net/acme-lsp/internal/lsp"
"9fans.net/acme-lsp/internal/lsp/acmelsp/config"
"9fans.net/acme-lsp/internal/lsp/proxy"
"9fans.net/acme-lsp/internal/lsp/text"
)

var Verbose = false
Expand Down
10 changes: 5 additions & 5 deletions internal/lsp/acmelsp/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ import (
"strings"
"testing"

"github.com/fhs/acme-lsp/internal/lsp"
"github.com/fhs/acme-lsp/internal/lsp/acmelsp/config"
"github.com/fhs/acme-lsp/internal/lsp/text"
"github.com/fhs/go-lsp-internal/lsp/protocol"
"9fans.net/acme-lsp/internal/lsp"
"9fans.net/acme-lsp/internal/lsp/acmelsp/config"
"9fans.net/acme-lsp/internal/lsp/text"
"9fans.net/internal/go-lsp/lsp/protocol"
)

const goSource = `package main // import "example.com/test"
Expand All @@ -37,7 +37,7 @@ fmt . Println ( "Hello, 世界" )
}
`

const goMod = `module github.com/fhs/acme-lsp/internal/lsp/acmelsp/client_test
const goMod = `module 9fans.net/acme-lsp/internal/lsp/acmelsp/client_test
`

func testGoModule(t *testing.T, server string, src string, f func(t *testing.T, c *Client, uri protocol.DocumentURI)) {
Expand Down
2 changes: 1 addition & 1 deletion internal/lsp/acmelsp/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

"github.com/BurntSushi/toml"
"github.com/fhs/9fans-go/plan9/client"
"github.com/fhs/go-lsp-internal/lsp/protocol"
"9fans.net/internal/go-lsp/lsp/protocol"
)

// Flags represent a set of command line flags.
Expand Down
6 changes: 3 additions & 3 deletions internal/lsp/acmelsp/diagnostics.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import (
"syscall"
"time"

"github.com/fhs/acme-lsp/internal/acmeutil"
"github.com/fhs/acme-lsp/internal/lsp"
"github.com/fhs/go-lsp-internal/lsp/protocol"
"9fans.net/acme-lsp/internal/acmeutil"
"9fans.net/acme-lsp/internal/lsp"
"9fans.net/internal/go-lsp/lsp/protocol"
)

// diagWin implements client.DiagnosticsWriter.
Expand Down
8 changes: 4 additions & 4 deletions internal/lsp/acmelsp/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ import (
"sort"
"strings"

"github.com/fhs/go-lsp-internal/lsp/protocol"
"9fans.net/internal/go-lsp/lsp/protocol"

"github.com/fhs/acme-lsp/internal/lsp"
"github.com/fhs/acme-lsp/internal/lsp/acmelsp/config"
"github.com/fhs/acme-lsp/internal/lsp/proxy"
"9fans.net/acme-lsp/internal/lsp"
"9fans.net/acme-lsp/internal/lsp/acmelsp/config"
"9fans.net/acme-lsp/internal/lsp/proxy"
)

type Server struct {
Expand Down
6 changes: 3 additions & 3 deletions internal/lsp/acmelsp/exec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import (
"runtime"
"testing"

"github.com/fhs/acme-lsp/internal/lsp"
"github.com/fhs/acme-lsp/internal/lsp/acmelsp/config"
"github.com/fhs/go-lsp-internal/lsp/protocol"
"9fans.net/acme-lsp/internal/lsp"
"9fans.net/acme-lsp/internal/lsp/acmelsp/config"
"9fans.net/internal/go-lsp/lsp/protocol"
"github.com/google/go-cmp/cmp"
)

Expand Down
12 changes: 6 additions & 6 deletions internal/lsp/acmelsp/files.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ import (
"log"
"sync"

"github.com/fhs/acme-lsp/internal/acme"
"github.com/fhs/acme-lsp/internal/acmeutil"
"github.com/fhs/acme-lsp/internal/lsp"
"github.com/fhs/acme-lsp/internal/lsp/acmelsp/config"
"github.com/fhs/acme-lsp/internal/lsp/text"
"github.com/fhs/go-lsp-internal/lsp/protocol"
"9fans.net/acme-lsp/internal/acme"
"9fans.net/acme-lsp/internal/acmeutil"
"9fans.net/acme-lsp/internal/lsp"
"9fans.net/acme-lsp/internal/lsp/acmelsp/config"
"9fans.net/acme-lsp/internal/lsp/text"
"9fans.net/internal/go-lsp/lsp/protocol"
)

// FileManager keeps track of open files in acme.
Expand Down
12 changes: 6 additions & 6 deletions internal/lsp/acmelsp/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ import (
"fmt"
"log"

"github.com/fhs/acme-lsp/internal/lsp"
"github.com/fhs/acme-lsp/internal/lsp/acmelsp/config"
"github.com/fhs/acme-lsp/internal/lsp/proxy"
"github.com/fhs/acme-lsp/internal/lsp/text"
"github.com/fhs/acme-lsp/internal/p9service"
"github.com/fhs/go-lsp-internal/lsp/protocol"
"9fans.net/acme-lsp/internal/lsp"
"9fans.net/acme-lsp/internal/lsp/acmelsp/config"
"9fans.net/acme-lsp/internal/lsp/proxy"
"9fans.net/acme-lsp/internal/lsp/text"
"9fans.net/acme-lsp/internal/p9service"
"9fans.net/internal/go-lsp/lsp/protocol"
"github.com/sourcegraph/jsonrpc2"
)

Expand Down
10 changes: 5 additions & 5 deletions internal/lsp/acmelsp/remote.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import (
"os"
"strings"

"github.com/fhs/acme-lsp/internal/acmeutil"
"github.com/fhs/acme-lsp/internal/lsp"
"github.com/fhs/acme-lsp/internal/lsp/proxy"
"github.com/fhs/acme-lsp/internal/lsp/text"
"github.com/fhs/go-lsp-internal/lsp/protocol"
"9fans.net/acme-lsp/internal/acmeutil"
"9fans.net/acme-lsp/internal/lsp"
"9fans.net/acme-lsp/internal/lsp/proxy"
"9fans.net/acme-lsp/internal/lsp/text"
"9fans.net/internal/go-lsp/lsp/protocol"
)

// RemoteCmd executes LSP commands in an acme window using the proxy server.
Expand Down
6 changes: 3 additions & 3 deletions internal/lsp/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import (
"log"
"os"

"github.com/fhs/acme-lsp/internal/acme"
"github.com/fhs/acme-lsp/internal/lsp/acmelsp"
"github.com/fhs/acme-lsp/internal/lsp/acmelsp/config"
"9fans.net/acme-lsp/internal/acme"
"9fans.net/acme-lsp/internal/lsp/acmelsp"
"9fans.net/acme-lsp/internal/lsp/acmelsp/config"
)

func Setup(flags config.Flags) *config.Config {
Expand Down
Loading

0 comments on commit 8ea559f

Please sign in to comment.