This commit is contained in:
EraPartner 2025-05-13 00:27:51 +08:00 committed by GitHub
commit c107121cd6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,6 +47,20 @@ return {
require("r.pdf.generic").open = vim.ui.open require("r.pdf.generic").open = vim.ui.open
end, end,
}, },
{
"saghen/blink.cmp",
optional = true,
dependencies = {
"R-nvim/cmp-r",
},
opts = {
sources = {
compat = {
cmp_r = { name = "cmp_r", module = "blink.compat.source" },
},
},
},
},
{ {
"hrsh7th/nvim-cmp", "hrsh7th/nvim-cmp",
optional = true, optional = true,