cap153_nvim/README.md
2025-01-19 22:27:24 +08:00

15 lines
369 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

> [!IMPORTANT]
> 本人是colemak键位用户
需要提前安装`npm`等等环境如果是arch用户可以使用`paru`或者`yay`安装,示例如下
```bash
paru -S python-neovim python-pip npm
```
markdown文件的图片预览可能需要安装如下包
```bash
paru -S lua51 imagemagick luarocks ueberzugpp
sudo luarocks --lua-version=5.1 install magick
```