mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-24 13:31:06 +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
|
require("r.pdf.generic").open = vim.ui.open
|
||||||
end,
|
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",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
opts = { ensure_installed = { "r", "rnoweb" } },
|
opts = { ensure_installed = { "r", "rnoweb" } },
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue