This commit is contained in:
Alexander Weber 2026-06-04 17:42:48 +00:00 committed by GitHub
commit 75675fcee4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,15 +47,6 @@ return {
require("r.pdf.generic").open = vim.ui.open
end,
},
{
"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" })
end,
},
{
"nvim-treesitter/nvim-treesitter",
opts = { ensure_installed = { "r", "rnoweb" } },