mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 09:14:31 +02:00
helpers: borderType -> nixvimTypes.border
This commit is contained in:
parent
d88a30fba6
commit
f88ff0a82e
2 changed files with 9 additions and 9 deletions
|
@ -95,7 +95,7 @@ with import ../helpers.nix {inherit lib;};
|
|||
|
||||
Default: `["" "━" "" ""]`
|
||||
'';
|
||||
type = borderType;
|
||||
type = nixvimTypes.border;
|
||||
};
|
||||
|
||||
outputWinCoverGutter = mkDefaultOpt {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue