mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-23 21:11:05 +00:00
Merge pull request #1 from weberam2/weberam2-patch-1
Remove nvim-cmp plugin configuration
This commit is contained in:
commit
0fb7827fca
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