Skip to content

Modules

Chris P edited this page Dec 4, 2024 · 3 revisions

Modules

Builtin Modules

Default

  • workspace for managing workspaces
  • notes for managing notes
  • data for managing data
    • data.tag for managing tags
    • data.meta for managing metadata
    • data.sync for managing sync
    • data.log for managing logs
    • data.dirs for managing directories
    • data.snippets for snippets
  • ui for ui actions
    • ui.popup for popup windows
    • ui.chat for chat services
    • ui.win for window creation
  • lsp for lsp services
    • lsp.completion for completion
    • lsp.format for formatting
    • lsp.actions for codeactions
    • lsp.lens for codelens
  • links for managing links
  • workspace for managing workspaces
  • notes for managing notes
  • data for managing data
    • data.tag for managing tags
    • data.meta for managing metadata
    • data.sync for managing sync
    • data.log for managing logs
    • data.dirs for managing directories
    • data.snippets for snippets
  • ui for ui actions
    • ui.popup for popup windows
    • ui.chat for chat services
    • ui.win for window creation
  • lsp for lsp services
    • lsp.completion for completion
    • lsp.format for formatting
    • lsp.actions for codeactions
    • lsp.lens for codelens
  • links for managing links
  • ...

Modules

Building your own

Builtin top-level modules


Community

  • ...

(Please send us a message to add yours!)

Clone this wiki locally