You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/src/modules/builtin.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Below, you will find a list of the primary **root** core modules builtin to `dow
35
35
| 3 |`edit`| provides direct editing capabilities when interacting with files, and performs indirect analysis of files. |`conceal`, `cursor`, `find`, `fold`, `hl`, `indent`, `rk inline`, `link`, `parse`, `syntax`, `toc`, `todo`| <spanstyle="opacity:60%;color:orange; font-size: 12px;">essential internally already, but will take time</span> |
36
36
| 4 |`lsp`| provides as much language-server-protocol-enabled functionality as possible without compromising rapidity. |`command`, `completion`, `declaration`, `definition`, `document`, `implementation`, `moniker`, `notebook`, `refactor`, `reference`, `type`, `window`, `workspace`| <spanstyle="opacity:60%;color:darkorange; font-size: 12px;">the lsp development process, not a surprise, will be a rather laborous endeavour</span> |
37
37
| 5 |`note`| provides a journaling environment where notes can be created and leveraged in various powerful ways. |`...`| <spanstyle="opacity:60%;color:darkyellow; font-size: 12px;">while more will always be added, the note functionality is fortunately well under way</span> |
38
-
| 5 |`tool`| provides interoperability with external tooling, enabling emergent possibilities. |`blink`, `cmp`, `coq`, `dcmp`, `fzf`, `lualine`, `pandoc`, `telescope`, `treesitter`, `trouble`| <spanstyle="opacity:60%;color:darkorange; font-size: 12px;">whie a few modules are well on their way, there are a few I'd like (blink, telescope, etc.)</span> |
38
+
| 5 |`integration`| provides interoperability with external integrationing, enabling emergent possibilities. |`blink`, `cmp`, `coq`, `dcmp`, `fzf`, `lualine`, `pandoc`, `telescope`, `treesitter`, `trouble`| <spanstyle="opacity:60%;color:darkorange; font-size: 12px;">whie a few modules are well on their way, there are a few I'd like (blink, telescope, etc.)</span> |
39
39
| 5 |`ui`| provides internal ui functionality, and may be leveraged by users or devs withing to expand their own environment. |`calendar`, `chat`, `dashboard`, `icon`, `nav`, `popup`, `progress`, `prompt`, `render`, `sidebar`, `status`, `win`| <spanstyle="opacity:60%;color:orangered; font-size: 12px;">ui as a whole has not been an early priority, and it shows.</span> |
40
40
| 5 |`workspace`| provides the core workspace or vault logic, keeping spaces compartmentalized appropriately. |`...`| <spanstyle="opacity:60%;color:darkgreen; font-size: 12px;">the workspace module has been without any issue thus far, although I would like to clean it up.</span> |
41
41
| 5 |`config`| without configuration, will initalize a set of default modules most will use, but may be customized. |`...`| <spanstyle="opacity:60%;color:darkgreen; font-size: 12px;">Similarly, no problems with the ultra-simple config module, although I do wish to add meaningful options</span> |
0 commit comments