We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e9c888 commit 7e364c7Copy full SHA for 7e364c7
DOCS.md
@@ -273,6 +273,10 @@ Possible values:
273
* `true` - Uses *Virtual* indents to align content visually. The indents are only visual, they are not saved to the file.
274
* `false` - Do not add any *Virtual* indentation.
275
276
+You can toggle Virtual indents on the fly by setting `vim.b.org_indent_mode` to either `true` or `false` when in a org
277
+buffer. For example, if virtual indents were enabled in the current buffer then you could disable them immediately by
278
+setting `vim.b.org_indent_mode = false`.
279
+
280
This feature has no effect when enabled on Neovim versions < 0.10.0
281
282
#### **org_adapt_indentation**
0 commit comments