diff options
| author | linsui <linsui555@gmail.com> | 2023-04-21 20:30:20 +0800 |
|---|---|---|
| committer | linsui <linsui555@gmail.com> | 2023-04-21 20:30:20 +0800 |
| commit | 242702d262260cc987111b54539ef0969134ff3b (patch) | |
| tree | 411e580a017d1a5ab5ee6b1266828f335df3c027 | |
| parent | Merge pull request #225294 from gador/kodiPackages.certifi_add_cacert_support (diff) | |
| download | nixpkgs-242702d262260cc987111b54539ef0969134ff3b.tar.gz | |
vimPlugins.bigfile-nvim: init at 2022-12-01
| -rw-r--r-- | pkgs/applications/editors/vim/plugins/generated.nix | 12 | ||||
| -rw-r--r-- | pkgs/applications/editors/vim/plugins/vim-plugin-names | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 29e6ea603dac..a8cf04af71ce 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -941,6 +941,18 @@ final: prev: meta.homepage = "https://github.com/max397574/better-escape.nvim/"; }; + bigfile-nvim = buildVimPluginFrom2Nix { + pname = "bigfile.nvim"; + version = "2022-12-01"; + src = fetchFromGitHub { + owner = "LunarVim"; + repo = "bigfile.nvim"; + rev = "c1bad34ce742b4f360b67ca23c873fef998240fc"; + sha256 = "1jgjj0knyizwyvbv9ddg36hcpwbscy4p5fsqwzybnsjgxd32602j"; + }; + meta.homepage = "https://github.com/LunarVim/bigfile.nvim"; + }; + bitbake-vim = buildVimPluginFrom2Nix { pname = "bitbake.vim"; version = "2021-02-06"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 3a2f725e2746..933d2af2662a 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -77,6 +77,7 @@ https://github.com/jamespwilliams/bat.vim/,HEAD, https://github.com/vim-scripts/bats.vim/,, https://github.com/rbgrouleff/bclose.vim/,, https://github.com/max397574/better-escape.nvim/,, +https://github.com/LunarVim/bigfile.nvim/,, https://github.com/sblumentritt/bitbake.vim/,, https://github.com/APZelos/blamer.nvim/,HEAD, https://github.com/blueballs-theme/blueballs-neovim/,, |
