mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 14:45:58 +01:00
dev: default window width to int
This commit is contained in:
parent
0d7875d0af
commit
24b5839922
1 changed files with 1 additions and 5 deletions
|
@ -414,11 +414,7 @@ with builtins; {
|
|||
longest line (previously `view.adaptive_size`).
|
||||
'';
|
||||
|
||||
default = {
|
||||
min = 30;
|
||||
max = -1;
|
||||
padding = 1;
|
||||
};
|
||||
default = 30;
|
||||
|
||||
type = with types; oneOf [int attrs];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue