mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 04:21:08 +00:00
Merge 0fb7827fca into 459a4c3b10
This commit is contained in:
commit
75675fcee4
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