Unverified Commit 8046ccb0 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #217372 from wlcx/add-vimplugin-go-nvim

vimPlugins.go-nvim: init at 2023-02-19
parents 8790c24c bfb63ef4
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -3418,6 +3418,18 @@ final: prev:
    meta.homepage = "https://github.com/ellisonleao/glow.nvim/";
  };

  go-nvim = buildVimPluginFrom2Nix {
    pname = "go.nvim";
    version = "2023-02-19";
    src = fetchFromGitHub {
      owner = "ray-x";
      repo = "go.nvim";
      rev = "c11b8b50f3f4eeef7f7a8f07f697fd67794fd2ac";
      sha256 = "12r0j62d76m2vh88wv4phc5s2r43scx3j8f814slnyigprdprs9k";
    };
    meta.homepage = "https://github.com/ray-x/go.nvim/";
  };

  godbolt-nvim = buildVimPluginFrom2Nix {
    pname = "godbolt.nvim";
    version = "2023-01-02";
+1 −0
Original line number Diff line number Diff line
@@ -285,6 +285,7 @@ https://github.com/gregsexton/gitv/,,
https://github.com/DNLHC/glance.nvim/,HEAD,
https://github.com/gleam-lang/gleam.vim/,,
https://github.com/ellisonleao/glow.nvim/,,
https://github.com/ray-x/go.nvim/,HEAD,
https://github.com/p00f/godbolt.nvim/,HEAD,
https://github.com/roman/golden-ratio/,,
https://github.com/buoto/gotests-vim/,,