Merge pull request #1 from weberam2/weberam2-patch-1

Remove nvim-cmp plugin configuration
This commit is contained in:
Alexander Weber 2025-12-08 10:25:47 -08:00 committed by GitHub
commit 0fb7827fca
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" } },