modules/buffer: add possibility to configure window options

This commit is contained in:
Dmitriy Pleshevskiy 2024-05-17 21:23:34 +03:00
parent 9cfb79d014
commit 51fcb9d9e4
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -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;