Skip to content

Commit 5573b0a

Browse files
authored
Merge pull request #16 from leoluz/master
Docs: Fix LspConfig install script
2 parents 162cb57 + bd98e33 commit 5573b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ augroup END
6666
local lspconfig = require 'lspconfig'
6767
local configs = require 'lspconfig/configs'
6868

69-
if not lspconfig.golangcilsp then
69+
if not configs.golangcilsp then
7070
configs.golangcilsp = {
7171
default_config = {
7272
cmd = {'golangci-lint-langserver'},

0 commit comments

Comments
 (0)