sourcegraph / sg.nvim

sg.nvim

Experimental Sourcegraph + Cody plugin for Neovim
787 20 0 1 week ago
ai manually-created
sg.nvim aims to bring the features of sourcegraph and Cody into Neovim. It provides functionalities such as code browsing, autocompletions, and searching.

Install instructions

Dotfyle does not endorse any plugins. Install at your own risk.
{
  "sourcegraph/sg.nvim",
  dependencies = { "nvim-lua/plenary.nvim", --[[ "nvim-telescope/telescope.nvim ]] },
  
  -- If you have a recent version of lazy.nvim, you don't need to add this!
  build = "nvim -l build/init.lua",
}

Developers using sg.nvim

more configs
vsedov/PoloVim
/
86 init.lua 216 46928
ahonn/dotfiles
/config/nvim
61 init.lua 48 1311
Sanix-Darker/dotfiles
/nvim
34 init.lua 79 3285
calebdw/dotfiles
/.config/nvim
15 init.lua 70 2831