vimPlugins.opencode-nvim: new plugin (#428079)

authored by Austin Horstman and committed by GitHub 656a427a b79a62aa

+14
+13
pkgs/applications/editors/vim/plugins/generated.nix
··· 12025 meta.hydraPlatforms = [ ]; 12026 }; 12027 12028 openingh-nvim = buildVimPlugin { 12029 pname = "openingh.nvim"; 12030 version = "2025-05-01";
··· 12025 meta.hydraPlatforms = [ ]; 12026 }; 12027 12028 + opencode-nvim = buildVimPlugin { 12029 + pname = "opencode.nvim"; 12030 + version = "2025-07-24"; 12031 + src = fetchFromGitHub { 12032 + owner = "NickvanDyke"; 12033 + repo = "opencode.nvim"; 12034 + rev = "db3aa9ca3b738600c81e29646a3356477dabaa87"; 12035 + sha256 = "1yhspgja3zdnsf8r3ahci14cndk3bzxvq0w9jqggd7ya103nq6kz"; 12036 + }; 12037 + meta.homepage = "https://github.com/NickvanDyke/opencode.nvim/"; 12038 + meta.hydraPlatforms = [ ]; 12039 + }; 12040 + 12041 openingh-nvim = buildVimPlugin { 12042 pname = "openingh.nvim"; 12043 version = "2025-05-01";
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 923 https://github.com/rmehri01/onenord.nvim/,main, 924 https://github.com/tyru/open-browser-github.vim/,, 925 https://github.com/tyru/open-browser.vim/,, 926 https://github.com/Almo7aya/openingh.nvim/,, 927 https://github.com/salkin-mada/openscad.nvim/,HEAD, 928 https://github.com/chipsenkbeil/org-roam.nvim/,HEAD,
··· 923 https://github.com/rmehri01/onenord.nvim/,main, 924 https://github.com/tyru/open-browser-github.vim/,, 925 https://github.com/tyru/open-browser.vim/,, 926 + https://github.com/NickvanDyke/opencode.nvim/,HEAD, 927 https://github.com/Almo7aya/openingh.nvim/,, 928 https://github.com/salkin-mada/openscad.nvim/,HEAD, 929 https://github.com/chipsenkbeil/org-roam.nvim/,HEAD,