added doc and fixed small logic issues with debounce_delay

This commit is contained in:
Pocco81
2021-07-15 11:19:52 -05:00
parent 6d59c6141f
commit ad0c8c8f6f
4 changed files with 18 additions and 11 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ config.options = {
write_all_buffers = false,
on_off_commands = false,
clean_command_line_interval = 0,
debounce_delay = 140
debounce_delay = 135
}
function config.set_options(opts)