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: mod.ts
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,12 @@
1
1
/**
2
-
* This is a core module of [denops.vim][denops.vim] which is an ecosystem of
3
-
* Vim/Neovim to write plugins in [Deno][deno].
2
+
* This module is a fundamental component of [denops.vim], an ecosystem for crafting plugins in [Deno] for Vim/Neovim.
4
3
*
5
-
* Note that most of users should use [denops_std][denops_std] module instead to
6
-
* write plugins of [denops.vim][denops.vim]. This [denops_core][denops_core] module
7
-
* is designed as a core layer of [denops_std][denops_std] so using this module
8
-
* directly from plugins is **strongly dis-recommended**.
4
+
* It's essential to highlight that the recommended practice for most users is to utilize the [denops_std] module when developing plugins for [denops.vim].
5
+
* The current module is structured as a foundational layer within [denops_std], and utilizing it directly from plugins is **strongly discouraged**.
0 commit comments