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

vimPlugins.{floaterm,volt}: init (#459904)

parents 4897f632 0771b8c0
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -5307,6 +5307,19 @@ final: prev: {
    meta.hydraPlatforms = [ ];
  };
  floaterm = buildVimPlugin {
    pname = "floaterm";
    version = "2025-09-23";
    src = fetchFromGitHub {
      owner = "nvzone";
      repo = "floaterm";
      rev = "34e14f0b5e2687fd31a93fe75982ec84e5145856";
      sha256 = "0g0wf1f049sayj9d11xjjz37ssvp7g9q39b5dwimf3i6fn80b42k";
    };
    meta.homepage = "https://github.com/nvzone/floaterm/";
    meta.hydraPlatforms = [ ];
  };
  floating-input-nvim = buildVimPlugin {
    pname = "floating-input.nvim";
    version = "2025-05-28";
+4 −0
Original line number Diff line number Diff line
@@ -1215,6 +1215,10 @@ assertNoAdditions {
    dependencies = [ self.leap-nvim ];
  };

  floaterm = super.floaterm.overrideAttrs {
    dependencies = [ self.nvzone-volt ];
  };

  flutter-tools-nvim = super.flutter-tools-nvim.overrideAttrs {
    # Optional dap integration
    checkInputs = [ self.nvim-dap ];
+1 −0
Original line number Diff line number Diff line
@@ -406,6 +406,7 @@ https://github.com/willothy/flatten.nvim/,HEAD,
https://github.com/felipeagc/fleet-theme-nvim/,,
https://github.com/ggandor/flit.nvim/,HEAD,
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/nvim-flutter/flutter-tools.nvim/,HEAD,