mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 19:27:35 +00:00
Lazy load sg and disable cody
This commit is contained in:
parent
cc7d7820b9
commit
b97d2aafbe
@ -551,6 +551,20 @@ use({
|
||||
requires = {
|
||||
"https://github.com/nvim-lua/plenary.nvim",
|
||||
},
|
||||
config = function()
|
||||
require("sg").setup({
|
||||
enable_cody = false,
|
||||
on_attach = function() end,
|
||||
})
|
||||
end,
|
||||
cmd = {
|
||||
"SourcegraphBuild",
|
||||
"SourcegraphDownloadBinaries",
|
||||
"SourcegraphInfo",
|
||||
"SourcegraphLink",
|
||||
"SourcegraphLogin",
|
||||
"SourcegraphSearch",
|
||||
},
|
||||
})
|
||||
|
||||
-- Auto sync after bootstrapping on a fresh box
|
||||
|
Loading…
Reference in New Issue
Block a user