vimPlugins.flow-nvim: init at 2.0.2-unstable-2026-02-25 (#494394)

This commit is contained in:
Gaétan Lepage
2026-02-26 17:38:37 +00:00
committed by GitHub
3 changed files with 21 additions and 0 deletions
@@ -5422,6 +5422,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
flow-nvim = buildVimPlugin {
pname = "flow.nvim";
version = "2.0.2-unstable-2026-02-25";
src = fetchFromGitHub {
owner = "0xstepit";
repo = "flow.nvim";
rev = "1fe4ff584b53298e41a9f8cf108f23967cc9280c";
hash = "sha256-fc3H89D2xW2GZuJiHDgRJz5zYt8FQ4Azqh0o5HGcgLw=";
};
meta.homepage = "https://github.com/0xstepit/flow.nvim/";
meta.hydraPlatforms = [ ];
};
fluent-vim = buildVimPlugin {
pname = "fluent.vim";
version = "0-unstable-2025-04-26";
@@ -1255,6 +1255,13 @@ assertNoAdditions {
dependencies = [ self.nvzone-volt ];
};
flow-nvim = super.flow-nvim.overrideAttrs {
nvimSkipModules = [
# Optional barbecue integration requires flow.setup() first.
"barbecue.theme.flow"
];
};
flutter-tools-nvim = super.flutter-tools-nvim.overrideAttrs {
# Optional dap integration
checkInputs = [ self.nvim-dap ];
@@ -415,6 +415,7 @@ https://github.com/ncm2/float-preview.nvim/,,
https://github.com/nvzone/floaterm/,HEAD,
https://github.com/liangxianzhe/floating-input.nvim/,HEAD,
https://github.com/floobits/floobits-neovim/,,
https://github.com/0xstepit/flow.nvim/,HEAD,
https://github.com/projectfluent/fluent.vim/,HEAD,
https://github.com/nvim-flutter/flutter-tools.nvim/,HEAD,
https://github.com/nvim-focus/focus.nvim/,HEAD,