Neovim/zh: Difference between revisions

Ardenet (talk | contribs)
Created page with "这样就能在当前 shell 中使用 Neovim 编辑器了。之后,您可以通过输入 <code>nvim</code> 来启动 Neovim。"
Tags: Mobile edit Mobile web edit
Ardenet (talk | contribs)
Created page with "要在系统范围内安装 Neovim,使其可供所有用户使用,请将以下内容添加到您的配置中:"
Tags: Mobile edit Mobile web edit
Line 40: Line 40:
==== 系统设置 ====
==== 系统设置 ====


<div lang="en" dir="ltr" class="mw-content-ltr">
要在系统范围内安装 Neovim,使其可供所有用户使用,请将以下内容添加到您的配置中:
To install Neovim system-wide, making it available to all users, add the following to your configuration:
</div>


{{code|lang=nix|line=no|1=<span lang="en" dir="ltr" class="mw-content-ltr"># Example for /etc/nixos/configuration.nix</span>
{{code|lang=nix|line=no|1=<span lang="en" dir="ltr" class="mw-content-ltr"># Example for /etc/nixos/configuration.nix</span>