mirror of
https://github.com/cap153/nvim.git
synced 2026-01-15 19:28:08 +08:00
10 lines
298 B
Markdown
10 lines
298 B
Markdown
> [!IMPORTANT]
|
||
> 本人是colemak键位用户
|
||
|
||
需要提前安装`npm`等等环境,如果是arch用户可以使用`paru`或者`yay`安装,示例如下
|
||
|
||
```bash
|
||
paru -S python-neovim python-pip npm
|
||
paru -S lua51 imagemagick luarocks ueberzugpp
|
||
sudo luarocks --lua-version=5.1 install magick
|
||
```
|