vimPlugins.focus-nvim: init at 2024-10-20 (#349981)

authored by Gaétan Lepage and committed by GitHub 5fb052a8 9c9383fc

+13
+12
pkgs/applications/editors/vim/plugins/generated.nix
··· 4079 4079 meta.homepage = "https://github.com/nvim-flutter/flutter-tools.nvim/"; 4080 4080 }; 4081 4081 4082 + focus-nvim = buildVimPlugin { 4083 + pname = "focus.nvim"; 4084 + version = "2024-10-20"; 4085 + src = fetchFromGitHub { 4086 + owner = "nvim-focus"; 4087 + repo = "focus.nvim"; 4088 + rev = "3841a38df972534567e85840d7ead20d3a26faa6"; 4089 + sha256 = "sha256-mgHk4u0ab2uSUNE+7DU22IO/xS5uop9iATfFRk6l6hs="; 4090 + }; 4091 + meta.homepage = "https://github.com/nvim-focus/focus.nvim/"; 4092 + }; 4093 + 4082 4094 fold-preview-nvim = buildVimPlugin { 4083 4095 pname = "fold-preview.nvim"; 4084 4096 version = "2023-01-27";
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 339 339 https://github.com/fhill2/floating.nvim/,, 340 340 https://github.com/floobits/floobits-neovim/,, 341 341 https://github.com/akinsho/flutter-tools.nvim/,HEAD, 342 + https://github.com/nvim-focus/focus.nvim/,HEAD, 342 343 https://github.com/anuvyklack/fold-preview.nvim/,HEAD, 343 344 https://github.com/mhartington/formatter.nvim/,, 344 345 https://github.com/megaannum/forms/,,