sourcegraph / sg.nvim

Experimental Sourcegraph + Cody plugin for Neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sourcegraph connection info nil

deodesumitsingh opened this issue · comments

Hi Team,
Can you please help out in nvim sg setup.
I have installed sg using lazy and set it up.
Then I did :SourcegraphLogin, this has opened the window does authentication and show the message that restart nvim.
After running :checkhealth sg I am getting the following error -

`

sg: require("sg.health").check()

sg.nvim report ~

  • Machine: arm64, sysname: Darwin
  • OK Valid nvim version: table: 0x0103209000
  • OK Found cargo (cargo 1.74.1 (ecb9851af 2023-10-18)) is executable
  • Use `:SourcegraphDownloadBinaries` to avoid building locally.
    
  • OK Found sg-nvim-agent: "/Users/sumitsinghdeode/.local/share/nvim/lazy/sg.nvim/dist/sg-nvim-agent"
  • OK Found node (config.node_executable) is executable.
    Version: '20.9.0'
  • OK Found cody-agent: /Users/sumitsinghdeode/.local/share/nvim/lazy/sg.nvim/dist/cody-agent.js
  • OK Authentication setup correctly
  • OK endpoint set to: https://sourcegraph.com
  • ERROR Sourcegraph Connection info failed: nil
  • ERROR Cody Auth Failed: nil
  • ERROR sg.nvim has issues that need to be resolved
    `