vimPlugins.{floaterm,volt}: init (#459904)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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 ];
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user