|
14 | 14 | 6. [Edit Src mappings](#edit-src) |
15 | 15 | 7. [Text objects](#text-objects) |
16 | 16 | 8. [Dot repeat](#dot-repeat) |
17 | | -4. [Document Diagnostics](#document-diagnostics) |
18 | | -5. [Tables](#tables) |
19 | | -6. [Hyperlinks](#hyperlinks) |
20 | | -7. [Autocompletion](#autocompletion) |
21 | | -8. [Abbreviations](#abbreviations) |
22 | | -9. [Formatting](#formatting) |
23 | | -10. [User interface](#user-interface) |
| 17 | +4. [Tables](#tables) |
| 18 | +5. [Hyperlinks](#hyperlinks) |
| 19 | +6. [Autocompletion](#autocompletion) |
| 20 | +7. [Abbreviations](#abbreviations) |
| 21 | +8. [Formatting](#formatting) |
| 22 | +9. [User interface](#user-interface) |
24 | 23 | 1. [Colors](#colors) |
25 | 24 | 2. [Menu](#menu) |
26 | | -11. [Advanced search](#advanced-search) |
27 | | -12. [Notifications (experimental)](#notifications-experimental) |
28 | | -13. [Clocking](#clocking) |
29 | | -14. [Changelog](#changelog) |
| 25 | +10. [Advanced search](#advanced-search) |
| 26 | +11. [Notifications (experimental)](#notifications-experimental) |
| 27 | +12. [Clocking](#clocking) |
| 28 | +13. [Changelog](#changelog) |
30 | 29 |
|
31 | 30 | ## Getting started with Orgmode |
32 | 31 | To get a basic idea how Orgmode works, look at this screencast from [@dhruvasagar](https://github.com/dhruvasagar) |
@@ -75,11 +74,6 @@ Examples (With fast access): |
75 | 74 |
|
76 | 75 | NOTE: Make sure fast access keys do not overlap. If that happens, first entry in list gets it. |
77 | 76 |
|
78 | | -#### **diagnostics** |
79 | | -*type*: `boolean`<br /> |
80 | | -*default value*: `true`<br /> |
81 | | -Should error diagnostics be shown. If you are using Neovim 0.6.0 or higher, these will be shown via `vim.diagnostic`.<br /> |
82 | | - |
83 | 77 | #### **win_split_mode** |
84 | 78 | *type*: `string|function|table`<br /> |
85 | 79 | *default value*: `horizontal`<br /> |
@@ -1025,10 +1019,6 @@ require('orgmode').setup({ |
1025 | 1019 | ### Dot repeat |
1026 | 1020 | To make all mappings dot repeatable, install [vim-repeat](https://github.com/tpope/vim-repeat) plugin. |
1027 | 1021 |
|
1028 | | -## Document Diagnostics |
1029 | | -Since tree-sitter parser is being used to parse the file, if there are some syntax errors, |
1030 | | -it can potentially fail to parse specific parts of document when needed. |
1031 | | - |
1032 | 1022 | ## Tables |
1033 | 1023 | Tables can be formatted via built in `formatexpr` (see `:help gq`) |
1034 | 1024 |
|
|
0 commit comments