mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Merge a3924f7f46 into 25abbf546d
This commit is contained in:
commit
c107121cd6
1 changed files with 14 additions and 0 deletions
|
|
@ -47,6 +47,20 @@ return {
|
|||
require("r.pdf.generic").open = vim.ui.open
|
||||
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",
|
||||
optional = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue