Compare commits

...

2 commits

Author SHA1 Message Date
603a02b627
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
2026-04-29 17:40:57 +10:00
copilot-swe-agent[bot]
eb06ab9655
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>
2026-04-29 06:49:04 +00:00

View file

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