mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 12:31:07 +00:00
Remove nvim-cmp plugin configuration
When opening an R or Quarto file, I would see this message: > "Please, uninstall cmp-r. It's no longer used." So I have removed the optional nvim-cmp configuration for R. This is my first time contributing a change, so I hope this is correct
This commit is contained in:
parent
c64a61734f
commit
869616dc9c
1 changed files with 0 additions and 9 deletions
|
|
@ -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" } },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue