Skip to content

Commit

Permalink
docs: add documentation for org_adapt_indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
PriceHiller committed Jan 24, 2024
1 parent 8c7d577 commit 8dcd91e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,16 @@ Possible values:
* `true` - Enables indent mode on startup. Lines that follow headlines are indented to that headline level.
* `false` - Disables indent mode on startup. All lines start from the first column.

#### **org_adapt_indentation**

*type*: `boolean`<br />
*default value*: `true`<br />
Possible values:
* `true` - Converts indents to *Virtual* indents. The indents are only visual, they are not saved to the file.
* `false` - Use real indents, indentation as seen is what is saved to the file.

This feature has no effect when enabled on Neovim verions < 0.10.0

#### **org_src_window_setup**
*type*: `string|function`<br />
*default value*: "top 16new"<br />
Expand Down

0 comments on commit 8dcd91e

Please sign in to comment.