Commit d642ec93 authored by Abhishek Singh's avatar Abhishek Singh
Browse files

vimPlugins.focus-nvim: init at 2024-10-20

parent a0fa667e
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -4067,6 +4067,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
@@ -338,6 +338,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/,,