aboutsummaryrefslogtreecommitdiff
path: root/settings.json
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2020-03-10 14:56:03 +0900
committerGitHub <noreply@github.com>2020-03-10 14:56:03 +0900
commit3cf9a6013ee1100de1bd66d40747b529e4070b22 (patch)
treeccd36aab748759a76db0ad07965c8b0d58602949 /settings.json
parenteb7e11c0680c12bf68fbd1b31cb7bec3cf4f494c (diff)
parentd57fa14fec4bcd9824c2f4930c622ac2e2bdade5 (diff)
downloadvim-lsp-settings-3cf9a6013ee1100de1bd66d40747b529e4070b22.tar.gz
vim-lsp-settings-3cf9a6013ee1100de1bd66d40747b529e4070b22.tar.bz2
vim-lsp-settings-3cf9a6013ee1100de1bd66d40747b529e4070b22.zip
Merge pull request #194 from mattn/golangci-lint-langserver
Add golangci-lint-langserver
Diffstat (limited to 'settings.json')
-rw-r--r--settings.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/settings.json b/settings.json
index c3162ae..3e7eaa5 100644
--- a/settings.json
+++ b/settings.json
@@ -207,6 +207,15 @@
"root_uri_patterns": [
"go.mod"
]
+ },
+ {
+ "command": "golangci-lint-langserver",
+ "requires": [
+ "go"
+ ],
+ "root_uri_patterns": [
+ "go.mod"
+ ]
}
],
"graphql": [