mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-05-22 20:13:32 -04:00
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:
parent
2617face3b
commit
eb06ab9655
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