mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-25 02:08:40 +02:00
plugins: floaterm, fix options (#204)
This commit is contained in:
parent
7f0a4a3432
commit
c9cbf5172a
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ with import ../helpers.nix {inherit lib;};
|
||||||
options =
|
options =
|
||||||
mapAttrs (name: value:
|
mapAttrs (name: value:
|
||||||
mkDefaultOpt {
|
mkDefaultOpt {
|
||||||
global = "floaterm_${value.name}";
|
global = "floaterm_${name}";
|
||||||
inherit (value) type description;
|
inherit (value) type description;
|
||||||
})
|
})
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue