Skip to content

Commit

Permalink
docs(readme): fix Neovim LspConfig installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
leoluz committed Dec 8, 2021
1 parent 162cb57 commit bd98e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
Expand Down

0 comments on commit bd98e33

Please # to comment.