feat: add option to disable auto find
This commit is contained in:
parent
35aa99f57f
commit
d16e64963e
2 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ modes_can_change_cursor: bool = true,
|
|||
enable_auto_save: bool = false,
|
||||
limit_auto_save_file_types: ?[]const []const u8 = null, // null means *all*
|
||||
enable_prefix_keyhints: bool = true,
|
||||
enable_auto_find: bool = true,
|
||||
|
||||
indent_size: usize = 4,
|
||||
tab_width: usize = 8,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue