diff options
author | Thomas | 2022-04-20 01:44:32 +0000 |
---|---|---|
committer | GitHub | 2022-04-20 01:44:32 +0000 |
commit | 5d5b6bab9ba5211c8c146fb38276f968892e7882 (patch) | |
tree | e28f9861eb09e95629a392cf9f1160c7922584ca /book/src | |
parent | 02426072cbe4b6272bf54d89f85598bb79a33729 (diff) |
Add rulers option (#2060)
* Add color_column option
* Rename to ruler
Co-authored-by: DeviousStoat <devious@stoat.com>
Diffstat (limited to 'book/src')
-rw-r--r-- | book/src/configuration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/configuration.md b/book/src/configuration.md index 3ec2bedb..153ebb80 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -43,6 +43,7 @@ hidden = false | `completion-trigger-len` | The min-length of word under cursor to trigger autocompletion | `2` | | `auto-info` | Whether to display infoboxes | `true` | | `true-color` | Set to `true` to override automatic detection of terminal truecolor support in the event of a false negative. | `false` | +| `rulers` | List of column positions at which to display the rulers. Can be overidden by language specific `rulers` in `languages.toml` file. | `[]` | ### `[editor.lsp]` Section |