Skip to content

Commit

Permalink
docs: update docs to reflect dynamic virtual indent attach
Browse files Browse the repository at this point in the history
  • Loading branch information
PriceHiller committed Feb 7, 2024
1 parent ab22e89 commit e5482df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,10 @@ Possible values:
* `true` - Uses *Virtual* indents to align content visually. The indents are only visual, they are not saved to the file.
* `false` - Do not add any *Virtual* indentation.

You can toggle Virtual indents on the fly by setting `vim.b.org_indent_mode` to either `true` or `false` when in a org
buffer. For example, if virtual indents were enabled in the current buffer then you could disable them immediately by
setting `vim.b.org_indent_mode = false`.

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

#### **org_adapt_indentation**
Expand Down

0 comments on commit e5482df

Please sign in to comment.