Commit a504bf3f authored by "ners"'s avatar "ners" Committed by figsoda
Browse files

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

parent 0776b54a
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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";
+1 −0
Original line number Diff line number Diff line
@@ -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/,,