mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-12 18:24:35 +02:00
helpers.defaultNullOpts: add mkBorder
This commit is contained in:
parent
be6a29c800
commit
600cd12057
10 changed files with 29 additions and 36 deletions
|
@ -73,8 +73,7 @@ in {
|
|||
|
||||
hoverActions = helpers.mkCompositeOption "hover actions" {
|
||||
border =
|
||||
helpers.defaultNullOpts.mkNullable (types.listOf (types.listOf types.str))
|
||||
''
|
||||
helpers.defaultNullOpts.mkBorder ''
|
||||
[
|
||||
[ "╭" "FloatBorder" ]
|
||||
[ "─" "FloatBorder" ]
|
||||
|
@ -86,7 +85,7 @@ in {
|
|||
[ "│" "FloatBorder" ]
|
||||
]
|
||||
''
|
||||
"the border that is used for the hover window. see vim.api.nvim_open_win()";
|
||||
"rust-tools hover window" "";
|
||||
|
||||
maxWidth =
|
||||
helpers.defaultNullOpts.mkNullable types.int "null"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue