Skip to content

Commit 19ecc05

Browse files
author
Chris Pecunies
committed
Removing unneeded docs, code module, export module, renamed tool->integration
1 parent 1220f40 commit 19ecc05

File tree

40 files changed

+70
-4657
lines changed

40 files changed

+70
-4657
lines changed

TODO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
## General
1616

17-
- [ ] remove `tool.telescope` and `tool.trouble` mods
17+
- [ ] remove `integration.telescope` and `integration.trouble` mods
1818
- [ ] Re-implement the `data` metatable wrapper for modules to allow for persistent data
1919
synchronization for all modules.
2020
- [ ] Fix the `link` key maps for links, make markdown file specific

book/src/SUMMARY.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ Welcome -- to the `down.nvim` book. I hope this helps!
7171
- [Contributing to Discussions](./contributing/discussions.md)
7272
- [Sponsorship](./contributing/sponsorship.md)
7373

74-
- [Tools](./tools/index.md)
75-
76-
- [Neovim](./tools/neovim.md)
77-
- [Visual Studio Code](./tools/vscode.md)
78-
- [Vim](./tools/vim.md)
79-
- [Mobile](./tools/mobile.md)
80-
- [Desktop](./tools/desktop.md)
81-
- [Cli](./tools/cli.md)
82-
- [Emacs](./tools/emacs.md)
74+
- [Tools](./integrations/index.md)
75+
76+
- [Neovim](./integrations/neovim.md)
77+
- [Visual Studio Code](./integrations/vscode.md)
78+
- [Vim](./integrations/vim.md)
79+
- [Mobile](./integrations/mobile.md)
80+
- [Desktop](./integrations/desktop.md)
81+
- [Cli](./integrations/cli.md)
82+
- [Emacs](./integrations/emacs.md)
8383

8484
- [Contributing](./contributing/intro.md)
8585
- [Roadmap](./roadmap.md)

book/src/modules/builtin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Below, you will find a list of the primary **root** core modules builtin to `dow
3535
| 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` | <span style="opacity:60%;color:orange; font-size: 12px;">essential internally already, but will take time</span> |
3636
| 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` | <span style="opacity:60%;color:darkorange; font-size: 12px;">the lsp development process, not a surprise, will be a rather laborous endeavour</span> |
3737
| 5 | `note` | provides a journaling environment where notes can be created and leveraged in various powerful ways. | `...` | <span style="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` | <span style="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` | <span style="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> |
3939
| 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` | <span style="opacity:60%;color:orangered; font-size: 12px;">ui as a whole has not been an early priority, and it shows.</span> |
4040
| 5 | `workspace` | provides the core workspace or vault logic, keeping spaces compartmentalized appropriately. | `...` | <span style="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> |
4141
| 5 | `config` | without configuration, will initalize a set of default modules most will use, but may be customized. | `...` | <span style="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

Comments
 (0)