Neovim/zh: Difference between revisions
Created page with "要在不修改系统配置的情况下临时在 shell 环境中使用 Neovim,您可以运行:" |
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}} | ||
这样就能在当前 shell 中使用 Neovim 编辑器了。之后,您可以通过输入 <code>nvim</code> 来启动 Neovim。 | |||
<span id="System_setup"></span> | <span id="System_setup"></span> | ||