Merge pull request #7 from dwinkler1/copilot/fix-quarto-functionality-with-r

fix: load quarto-nvim and otter-nvim when only R spec is active
This commit is contained in:
Daniel Winkler 2026-04-29 17:40:57 +10:00 committed by GitHub
commit 603a02b627
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";
}
];
};