mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix: add cmp-r back
This commit is contained in:
parent
c73fa99786
commit
2e7b80f289
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ return {
|
|||
{
|
||||
"hrsh7th/nvim-cmp",
|
||||
optional = true,
|
||||
dependencies = { "R-nvim/cmp-r" },
|
||||
opts = function(_, opts)
|
||||
opts.sources = opts.sources or {}
|
||||
table.insert(opts.sources, { name = "cmp_r" })
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue