Select a color scheme for your Dotfyle experience

sourcegraph / sg.nvim

sg.nvim

Experimental Sourcegraph + Cody plugin for Neovim
766 28 0 1 day 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
/
85 init.lua 213 46928
vsedov/nvim
/
85 init.lua 213 47362
dhruvasagar/dotfiles
/nvim
62 init.vim 63 3255
ahonn/dotfiles
/config/nvim
53 init.lua 41 1223