Files
LazyCfg/README.md
2026-01-22 20:57:58 +08:00

51 lines
1.0 KiB
Markdown
Raw Permalink 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.
# Mooling's 💤 LazyVim Configurations
Generated from a starter template for [LazyVim](https://github.com/LazyVim/LazyVim).
Refer to the [documentation](https://lazyvim.github.io/installation) to get started.
> Most informations will be written by Chinese Simplified (zh_CN).
## Quick Usage 快速用法
### Backup 备份
请按以下步骤进行数据备份。
```sh
# required
mv ~/.config/nvim{,.bak}
# optional but recommended
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}
```
### Apply 应用
执行以下命令,应用我定制的 LazyVim 配置
```sh
git clone https://github.com/Mooling0602/LazyCfg ~/.config/nvim
```
## Features / Changes 特性(改动)
- OSC 52 Clipboard Support
- 移动端兼容
- 禅模式优化(复制模式)
> 实测Termux上复制有换行的内容时会被打断目前暂时无法解决
- 其他
## Credits
- Original program: [LazyVim](https://github.com/LazyVim/LazyVim)
- License: keep the same to upstream
Thanks for developers from upstream!