Skip to content

Commit

Permalink
pipeline failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-x committed Aug 10, 2022
1 parent f2e9666 commit c75824b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/go/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ end
function M.config()
local gopls = require('go.gopls').setups()
if gopls == nil then
return
return {}
end
if _GO_NVIM_CFG == nil then
vim.notify('please setup go.nvim', vim.lsp.log_levels.WARN)
Expand Down

0 comments on commit c75824b

Please sign in to comment.