From 2e7b80f289cedbc0e0af782558b99de82237d309 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Mon, 27 May 2024 13:30:23 +0200 Subject: [PATCH] fix: add cmp-r back --- lua/lazyvim/plugins/extras/lang/r.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lazyvim/plugins/extras/lang/r.lua b/lua/lazyvim/plugins/extras/lang/r.lua index 37b600d4..2eab9e7c 100644 --- a/lua/lazyvim/plugins/extras/lang/r.lua +++ b/lua/lazyvim/plugins/extras/lang/r.lua @@ -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" })