Vim/zh: Difference between revisions

Ardenet (talk | contribs)
Created page with "# 您的自定义配置就在这里!"
Ardenet (talk | contribs)
No edit summary
Tags: Mobile edit Mobile web edit
Line 192: Line 192:
         '';
         '';
         packages.myVimPackage = with pkgs.vimPlugins; {
         packages.myVimPackage = with pkgs.vimPlugins; {
           <div lang="en" dir="ltr" class="mw-content-ltr">
           # 请参阅以下示例了解如何使用自定义包
# see examples below how to use custom packages
</div>
           start = [ ];
           start = [ ];
           opt = [ ];
           opt = [ ];
Line 204: Line 202:
</syntaxhighlight>
</syntaxhighlight>


<div lang="en" dir="ltr" class="mw-content-ltr">
之后,您可以安装特殊移植的 `myVim` `myNeovim` 包。
After that you can install your special grafted `myVim` or `myNeovim` packages.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">