Skip to content

Commit 7fcb97f

Browse files
authored
Merge pull request #324422 from GaetanLepage/supermaven-nvim
vimPlugins.supermaven-nvim: init at 2024-07-01
2 parents 5f17bfe + fa924b0 commit 7fcb97f

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

pkgs/applications/editors/vim/plugins/generated.nix

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17539,5 +17539,17 @@ final: prev:
1753917539
meta.homepage = "https://github.com/jhradilek/vim-snippets/";
1754017540
};
1754117541

17542+
supermaven-nvim = buildVimPlugin {
17543+
pname = "supermaven-nvim";
17544+
version = "2024-07-01";
17545+
src = fetchFromGitHub {
17546+
owner = "supermaven-inc";
17547+
repo = "supermaven-nvim";
17548+
rev = "c7ab94a6bcde96c79ff51afd6a1494606bb6f10b";
17549+
sha256 = "sha256-TeRWReHeEqP5I3tgfJdMDmHvL83NDCENRMcQrKbPiqg=";
17550+
};
17551+
meta.homepage = "https://github.com/supermaven-inc/supermaven-nvim/";
17552+
};
17553+
1754217554

1754317555
}

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -875,6 +875,7 @@ https://github.com/folke/styler.nvim/,,
875875
https://github.com/teto/stylish.nvim/,HEAD,
876876
https://github.com/gbprod/substitute.nvim/,HEAD,
877877
https://github.com/kvrohit/substrata.nvim/,HEAD,
878+
https://github.com/supermaven-inc/supermaven-nvim/,HEAD,
878879
https://github.com/ervandew/supertab/,,
879880
https://github.com/ur4ltz/surround.nvim/,,
880881
https://github.com/peterbjorgensen/sved/,,

0 commit comments

Comments
 (0)