mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-07 19:01:35 +00:00
parent
c4d80273aa
commit
2317cba854
5 changed files with 119 additions and 0 deletions
17
modules/plugins/assistant/supermaven/config.nix
Normal file
17
modules/plugins/assistant/supermaven/config.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
cfg = config.vim.assistant.supermaven;
|
||||
in {
|
||||
config = lib.mkIf cfg.enable {
|
||||
vim.plugins = {
|
||||
supermaven-nvim = {
|
||||
package = "supermaven-nvim";
|
||||
setupModule = "supermaven-nvim";
|
||||
inherit (cfg) setupOpts;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue