Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8dcd91e

Browse files
committedJan 24, 2024
docs: add documentation for org_adapt_indentation
1 parent 8c7d577 commit 8dcd91e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎DOCS.md

+10
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,16 @@ Possible values:
273273
* `true` - Enables indent mode on startup. Lines that follow headlines are indented to that headline level.
274274
* `false` - Disables indent mode on startup. All lines start from the first column.
275275

276+
#### **org_adapt_indentation**
277+
278+
*type*: `boolean`<br />
279+
*default value*: `true`<br />
280+
Possible values:
281+
* `true` - Converts indents to *Virtual* indents. The indents are only visual, they are not saved to the file.
282+
* `false` - Use real indents, indentation as seen is what is saved to the file.
283+
284+
This feature has no effect when enabled on Neovim verions < 0.10.0
285+
276286
#### **org_src_window_setup**
277287
*type*: `string|function`<br />
278288
*default value*: "top 16new"<br />

0 commit comments

Comments
 (0)
Please sign in to comment.