We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
org_adapt_indentation
1 parent 8c7d577 commit 8dcd91eCopy full SHA for 8dcd91e
DOCS.md
@@ -273,6 +273,16 @@ Possible values:
273
* `true` - Enables indent mode on startup. Lines that follow headlines are indented to that headline level.
274
* `false` - Disables indent mode on startup. All lines start from the first column.
275
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
286
#### **org_src_window_setup**
287
*type*: `string|function`<br />
288
*default value*: "top 16new"<br />
0 commit comments