vim.lsp.Client.Flags
@inlinedoc
Fields2
Flags.allow_incremental_sync : nil | boolean
Allow using incremental sync for buffer edits (default: true)
Flags.debounce_text_changes : nil | integer
Debounce didChange notifications to the server by the given number in milliseconds. (default: 150)