plugins: fix "int flag" style options

This commit is contained in:
Matt Sturgeon 2024-09-08 13:52:18 +01:00
parent 555035ef79
commit ec61ca9b08
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
27 changed files with 168 additions and 168 deletions

View file

@ -8,7 +8,7 @@
enable = true;
settings = {
open_only_vim_starting = true;
open_only_vim_starting = 1;
use_singlecolumn = "always";
min_window_width = 160;
status_window_opencmd = "belowright split";

View file

@ -20,9 +20,9 @@
""
""
];
floating_window_use_plenary = false;
use_neovim_remote = true;
use_custom_config_file_path = false;
floating_window_use_plenary = 0;
use_neovim_remote = 1;
use_custom_config_file_path = 0;
config_file_path = [ ];
};
};