fix: add quarto-nvim and otter-nvim to r spec plugins

Agent-Logs-Url: https://github.com/dwinkler1/nvimConfig/sessions/817f9c4f-efa7-4e6c-8f0f-c62bde6a606b

Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-04-29 06:49:04 +00:00 committed by GitHub
commit eb06ab9655
Failed to generate hash of commit

View file

@ -10,8 +10,13 @@
};
config.specs.r = {
data = [
data = with pkgs.vimPlugins; [
config.nvim-lib.neovimPlugins.r
quarto-nvim
{
data = otter-nvim;
pname = "otter";
}
];
};