mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-01-19 16:32:24 +00:00
utility/fzf-lua: add border option description
This commit is contained in:
parent
ce7017cf5b
commit
775963dd9d
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue