Merge pull request #324422 from GaetanLepage/supermaven-nvim

vimPlugins.supermaven-nvim: init at 2024-07-01
This commit is contained in:
Gaétan Lepage 2024-07-04 07:58:37 +02:00 committed by GitHub
commit 7fcb97f1a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View File

@ -17539,5 +17539,17 @@ final: prev:
meta.homepage = "https://github.com/jhradilek/vim-snippets/"; meta.homepage = "https://github.com/jhradilek/vim-snippets/";
}; };
supermaven-nvim = buildVimPlugin {
pname = "supermaven-nvim";
version = "2024-07-01";
src = fetchFromGitHub {
owner = "supermaven-inc";
repo = "supermaven-nvim";
rev = "c7ab94a6bcde96c79ff51afd6a1494606bb6f10b";
sha256 = "sha256-TeRWReHeEqP5I3tgfJdMDmHvL83NDCENRMcQrKbPiqg=";
};
meta.homepage = "https://github.com/supermaven-inc/supermaven-nvim/";
};
} }

View File

@ -875,6 +875,7 @@ https://github.com/folke/styler.nvim/,,
https://github.com/teto/stylish.nvim/,HEAD, https://github.com/teto/stylish.nvim/,HEAD,
https://github.com/gbprod/substitute.nvim/,HEAD, https://github.com/gbprod/substitute.nvim/,HEAD,
https://github.com/kvrohit/substrata.nvim/,HEAD, https://github.com/kvrohit/substrata.nvim/,HEAD,
https://github.com/supermaven-inc/supermaven-nvim/,HEAD,
https://github.com/ervandew/supertab/,, https://github.com/ervandew/supertab/,,
https://github.com/ur4ltz/surround.nvim/,, https://github.com/ur4ltz/surround.nvim/,,
https://github.com/peterbjorgensen/sved/,, https://github.com/peterbjorgensen/sved/,,