modules/buffer: add possibility to configure window options
This commit is contained in:
parent
9cfb79d014
commit
51fcb9d9e4
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ let
|
|||
type = types.extCommas;
|
||||
description = "File types for which the buffer is enabled";
|
||||
};
|
||||
opt = options.buffer;
|
||||
opt = options.buffer // options.window;
|
||||
};
|
||||
config = {
|
||||
filetypes = lib.mkDefault name;
|
||||
|
|
Loading…
Reference in a new issue