mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-18 11:39:47 +01:00
utility/fzf-lua: add border option description
This commit is contained in:
parent
ff3b24ed39
commit
76e125cf25
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ in {
|
|||
winopts.border = mkOption {
|
||||
type = borderType;
|
||||
default = config.vim.ui.borders.globalStyle;
|
||||
description = "Border type for the fzf-lua picker window";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue