From bd98e3379e74ba6369243bff8fed818ca4a79819 Mon Sep 17 00:00:00 2001 From: Leonardo Luz Almeida Date: Wed, 8 Dec 2021 12:38:10 -0500 Subject: [PATCH] docs(readme): fix Neovim LspConfig installation script --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 249f67f..4a6d8e1 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ augroup END local lspconfig = require 'lspconfig' local configs = require 'lspconfig/configs' -if not lspconfig.golangcilsp then +if not configs.golangcilsp then configs.golangcilsp = { default_config = { cmd = {'golangci-lint-langserver'},