Merge pull request from ners/vim

vimPlugins.godbolt-nvim: init at 2022-12-17
This commit is contained in:
figsoda 2022-12-24 15:07:20 -05:00 committed by GitHub
commit e1d627e684
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 0 deletions
pkgs/applications/editors/vim/plugins

View File

@ -533,6 +533,18 @@ final: prev:
meta.homepage = "https://github.com/derekelkins/agda-vim/";
};
ai-vim = buildVimPluginFrom2Nix {
pname = "ai.vim";
version = "2022-12-16";
src = fetchFromGitHub {
owner = "aduros";
repo = "ai.vim";
rev = "b5098a1d70be968444b6f3d9441443af3e357035";
sha256 = "1hx4zilzc0vf62hiwk3qgyn12mjs8fw0wq1fw9g1v3k9v512z4fb";
};
meta.homepage = "https://github.com/aduros/ai.vim/";
};
alchemist-vim = buildVimPluginFrom2Nix {
pname = "alchemist.vim";
version = "2020-04-27";
@ -3310,6 +3322,18 @@ final: prev:
meta.homepage = "https://github.com/ellisonleao/glow.nvim/";
};
godbolt-nvim = buildVimPluginFrom2Nix {
pname = "godbolt.nvim";
version = "2022-12-17";
src = fetchFromGitHub {
owner = "p00f";
repo = "godbolt.nvim";
rev = "c7b3785afb3fcc28088acbddfba588d7552f664d";
sha256 = "0r5yfjhfkkpqpghy7pid7wd5r75cqhxh14iamvh65lmi79hs0hn3";
};
meta.homepage = "https://github.com/p00f/godbolt.nvim/";
};
golden-ratio = buildVimPluginFrom2Nix {
pname = "golden-ratio";
version = "2022-06-28";

View File

@ -43,6 +43,7 @@ https://github.com/eikenb/acp/,,
https://github.com/stevearc/aerial.nvim/,,
https://github.com/Numkil/ag.nvim/,,
https://github.com/derekelkins/agda-vim/,,
https://github.com/aduros/ai.vim/,HEAD,
https://github.com/slashmili/alchemist.vim/,,
https://github.com/dense-analysis/ale/,,
https://github.com/vim-scripts/align/,,
@ -276,6 +277,7 @@ https://github.com/lewis6991/gitsigns.nvim/,,
https://github.com/gregsexton/gitv/,,
https://github.com/gleam-lang/gleam.vim/,,
https://github.com/ellisonleao/glow.nvim/,,
https://github.com/p00f/godbolt.nvim/,HEAD,
https://github.com/roman/golden-ratio/,,
https://github.com/buoto/gotests-vim/,,
https://github.com/rmagatti/goto-preview/,,