mirror of
https://github.com/Mooling0602/LazyCfg.git
synced 2026-03-01 06:19:43 +08:00
51 lines
1.0 KiB
Markdown
51 lines
1.0 KiB
Markdown
# 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!
|