mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 19:47:47 +00:00
Lazy load sg and disable cody
This commit is contained in:
parent
cc7d7820b9
commit
b97d2aafbe
@ -551,6 +551,20 @@ use({
|
|||||||
requires = {
|
requires = {
|
||||||
"https://github.com/nvim-lua/plenary.nvim",
|
"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
|
-- Auto sync after bootstrapping on a fresh box
|
||||||
|
Loading…
Reference in New Issue
Block a user