vimPlugins.godbolt-nvim: init at 2022-12-17

This commit is contained in:
"ners" 2022-12-21 09:47:09 +01:00 committed by figsoda
parent 0776b54a89
commit a504bf3f68
2 changed files with 13 additions and 0 deletions

View File

@ -3310,6 +3310,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

@ -276,6 +276,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/,,