mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +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 =
|
||||
mapAttrs (name: value:
|
||||
mkDefaultOpt {
|
||||
global = "floaterm_${value.name}";
|
||||
global = "floaterm_${name}";
|
||||
inherit (value) type description;
|
||||
})
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue