vimPlugins.vim-fern: rename from fern-vim so the alias works

authored by tsandrini and committed by Matthieu Coudron 77874773 6a2877ae

+13 -13
+12 -12
pkgs/applications/editors/vim/plugins/generated.nix
··· 3633 meta.homepage = "https://github.com/bakpakin/fennel.vim/"; 3634 }; 3635 3636 - fern-vim = buildVimPlugin { 3637 - pname = "fern.vim"; 3638 - version = "2024-05-08"; 3639 - src = fetchFromGitHub { 3640 - owner = "lambdalisue"; 3641 - repo = "vim-fern"; 3642 - rev = "a675dff495a0a0fd15663ebbae585c19825a64c5"; 3643 - sha256 = "1bxd4x5iac6c1ca5vxw2y1bxxlzjhn6gkxfnw91q68cj7lik5575"; 3644 - }; 3645 - meta.homepage = "https://github.com/lambdalisue/vim-fern/"; 3646 - }; 3647 - 3648 ferret = buildVimPlugin { 3649 pname = "ferret"; 3650 version = "2024-03-28"; ··· 12958 sha256 = "0qlf69bdfmgf5j47q6vx02rjrngil93rq3im9ag3601zq55rxq8a"; 12959 }; 12960 meta.homepage = "https://github.com/int3/vim-extradite/"; 12961 }; 12962 12963 vim-fetch = buildVimPlugin {
··· 3633 meta.homepage = "https://github.com/bakpakin/fennel.vim/"; 3634 }; 3635 3636 ferret = buildVimPlugin { 3637 pname = "ferret"; 3638 version = "2024-03-28"; ··· 12946 sha256 = "0qlf69bdfmgf5j47q6vx02rjrngil93rq3im9ag3601zq55rxq8a"; 12947 }; 12948 meta.homepage = "https://github.com/int3/vim-extradite/"; 12949 + }; 12950 + 12951 + vim-fern = buildVimPlugin { 12952 + pname = "fern.vim"; 12953 + version = "2024-05-08"; 12954 + src = fetchFromGitHub { 12955 + owner = "lambdalisue"; 12956 + repo = "vim-fern"; 12957 + rev = "a675dff495a0a0fd15663ebbae585c19825a64c5"; 12958 + sha256 = "1bxd4x5iac6c1ca5vxw2y1bxxlzjhn6gkxfnw91q68cj7lik5575"; 12959 + }; 12960 + meta.homepage = "https://github.com/lambdalisue/vim-fern/"; 12961 }; 12962 12963 vim-fetch = buildVimPlugin {
+1 -1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 302 https://github.com/lilydjwg/fcitx.vim/,fcitx5, 303 https://github.com/freddiehaddad/feline.nvim/,, 304 https://github.com/bakpakin/fennel.vim/,, 305 - https://github.com/lambdalisue/fern.vim/,, 306 https://github.com/wincent/ferret/,, 307 https://github.com/j-hui/fidget.nvim/,, 308 https://github.com/bogado/file-line/,,
··· 302 https://github.com/lilydjwg/fcitx.vim/,fcitx5, 303 https://github.com/freddiehaddad/feline.nvim/,, 304 https://github.com/bakpakin/fennel.vim/,, 305 + https://github.com/lambdalisue/vim-fern,, 306 https://github.com/wincent/ferret/,, 307 https://github.com/j-hui/fidget.nvim/,, 308 https://github.com/bogado/file-line/,,