utility/fzf-lua: add border option description

This commit is contained in:
LilleAila 2025-01-17 22:02:25 +01:00 committed by Ching Pei Yang
parent ce7017cf5b
commit 775963dd9d
No known key found for this signature in database
GPG key ID: B3841364253DC4C8

View file

@ -12,6 +12,7 @@ in {
winopts.border = mkOption { winopts.border = mkOption {
type = borderType; type = borderType;
default = config.vim.ui.borders.globalStyle; default = config.vim.ui.borders.globalStyle;
description = "Border type for the fzf-lua picker window";
}; };
}; };
}; };