We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26503e commit 8144392Copy full SHA for 8144392
mod.ts
@@ -1,3 +1,14 @@
1
+/**
2
+ * Core types for [Fall](https://github.com/vim-fall/fall), a Vim/Neovim fuzzy
3
+ * finder plugin powered by [Denops](https://github.com/vim-denops/denops.vim).
4
+ *
5
+ * > [!WARNING]
6
+ * >
7
+ * > This module is intended for internal use only and is not meant for external
8
+ * > use.
9
10
+ * @module
11
+ */
12
export * from "./action.ts";
13
export * from "./coordinator.ts";
14
export * from "./curator.ts";
0 commit comments