diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 8683facf2966..86c0a12ebfd9 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 8af156a5841e..4cf45737c631 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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/,,