Merge pull request #227437 from linsui/bigfile

vimPlugins.bigfile-nvim: init at 2022-12-01

authored by

figsoda and committed by
GitHub
2341c48d 859111ed

+13
+12
pkgs/applications/editors/vim/plugins/generated.nix
··· 941 941 meta.homepage = "https://github.com/max397574/better-escape.nvim/"; 942 942 }; 943 943 944 + bigfile-nvim = buildVimPluginFrom2Nix { 945 + pname = "bigfile.nvim"; 946 + version = "2022-12-01"; 947 + src = fetchFromGitHub { 948 + owner = "LunarVim"; 949 + repo = "bigfile.nvim"; 950 + rev = "c1bad34ce742b4f360b67ca23c873fef998240fc"; 951 + sha256 = "1jgjj0knyizwyvbv9ddg36hcpwbscy4p5fsqwzybnsjgxd32602j"; 952 + }; 953 + meta.homepage = "https://github.com/LunarVim/bigfile.nvim"; 954 + }; 955 + 944 956 bitbake-vim = buildVimPluginFrom2Nix { 945 957 pname = "bitbake.vim"; 946 958 version = "2021-02-06";
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 77 77 https://github.com/vim-scripts/bats.vim/,, 78 78 https://github.com/rbgrouleff/bclose.vim/,, 79 79 https://github.com/max397574/better-escape.nvim/,, 80 + https://github.com/LunarVim/bigfile.nvim/,, 80 81 https://github.com/sblumentritt/bitbake.vim/,, 81 82 https://github.com/APZelos/blamer.nvim/,HEAD, 82 83 https://github.com/blueballs-theme/blueballs-neovim/,,