mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-05-22 20:13:32 -04:00
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:
commit
603a02b627
1 changed files with 6 additions and 1 deletions
|
|
@ -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";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue