Unverified Commit 5fb052a8 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

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

parents 9c9383fc d642ec93
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -4079,6 +4079,18 @@ final: prev:
    meta.homepage = "https://github.com/nvim-flutter/flutter-tools.nvim/";
  };
  focus-nvim = buildVimPlugin {
    pname = "focus.nvim";
    version = "2024-10-20";
    src = fetchFromGitHub {
      owner = "nvim-focus";
      repo = "focus.nvim";
      rev = "3841a38df972534567e85840d7ead20d3a26faa6";
      sha256 = "sha256-mgHk4u0ab2uSUNE+7DU22IO/xS5uop9iATfFRk6l6hs=";
    };
    meta.homepage = "https://github.com/nvim-focus/focus.nvim/";
  };
  fold-preview-nvim = buildVimPlugin {
    pname = "fold-preview.nvim";
    version = "2023-01-27";
+1 −0
Original line number Diff line number Diff line
@@ -339,6 +339,7 @@ https://github.com/liangxianzhe/floating-input.nvim/,HEAD,
https://github.com/fhill2/floating.nvim/,,
https://github.com/floobits/floobits-neovim/,,
https://github.com/akinsho/flutter-tools.nvim/,HEAD,
https://github.com/nvim-focus/focus.nvim/,HEAD,
https://github.com/anuvyklack/fold-preview.nvim/,HEAD,
https://github.com/mhartington/formatter.nvim/,,
https://github.com/megaannum/forms/,,