nvim_runtime_lua

vim.snippet.TabStopGravity

(alias) vim.snippet.TabStopGravity =
| "expand" # Expand the current tabstop on text insert
| "lock" # The tabstop should NOT move on text insert
| "shift" # The tabstop should move on text insert (default)