1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

editors/kak-lsp: Prefer bingo over go-langserver

This commit is contained in:
Tobias Kortkamp 2019-01-30 10:14:03 +00:00
parent 90484bdb5b
commit 8932f4e490
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491615
2 changed files with 22 additions and 2 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= kak-lsp
DISTVERSIONPREFIX= v
DISTVERSION= 6.0.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= editors
MAINTAINER= tobik@FreeBSD.org

View File

@ -1,4 +1,4 @@
--- kak-lsp.toml.orig 2018-12-18 02:50:14 UTC
--- kak-lsp.toml.orig 2019-01-14 07:08:28 UTC
+++ kak-lsp.toml
@@ -52,11 +52,16 @@ filetypes = ["python"]
roots = ["requirements.txt", "setup.py", ".git", ".hg"]
@ -20,3 +20,23 @@
[language.haskell]
filetypes = ["haskell"]
@@ -64,11 +69,17 @@ roots = ["Setup.hs", "stack.yaml", "*.cabal"]
command = "hie"
args = ["--lsp"]
+#[language.go]
+#filetypes = ["go"]
+#roots = ["Gopkg.toml", "go.mod", ".git", ".hg"]
+#command = "go-langserver"
+#args = ["-mode", "stdio", "-gocodecompletion"]
+
[language.go]
filetypes = ["go"]
roots = ["Gopkg.toml", "go.mod", ".git", ".hg"]
-command = "go-langserver"
-args = ["-mode", "stdio", "-gocodecompletion"]
+command = "bingo"
+args = ["-mode", "stdio"]
[language.bash]
filetypes = ["sh"]