Neovim/zh: Difference between revisions

Ardenet (talk | contribs)
Created page with "要在不修改系统配置的情况下临时在 shell 环境中使用 Neovim,您可以运行:"
Ardenet (talk | contribs)
Created page with "这样就能在当前 shell 中使用 Neovim 编辑器了。之后,您可以通过输入 <code>nvim</code> 来启动 Neovim。"
Tags: Mobile edit Mobile web edit
Line 35: Line 35:
{{code|lang=bash|line=no|1=$ nix-shell -p neovim}}
{{code|lang=bash|line=no|1=$ nix-shell -p neovim}}


<div lang="en" dir="ltr" class="mw-content-ltr">
这样就能在当前 shell 中使用 Neovim 编辑器了。之后,您可以通过输入 <code>nvim</code> 来启动 Neovim。
This makes the Neovim editor available in your current shell. You can then launch Neovim by typing <code>nvim</code>.
</div>


<span id="System_setup"></span>
<span id="System_setup"></span>