docs(readme): add screenshot link and clean up table formatting

This commit is contained in:
xfy 2026-06-02 16:04:29 +08:00
parent 593e983453
commit fea4a4ff2b

View File

@ -1,5 +1,7 @@
# Neovim 配置
[screenshot-1](https://github.com/DefectingCat/static/blob/a6768b23b6014ebf02a6e38631682690613492cc/neovim/neovim-1.png)
个人 Neovim 配置,目标版本 **0.12+**
## 核心特性
@ -15,7 +17,7 @@
## 懒加载策略
| 触发条件 | 插件 |
| ------------- | --------------------------------------- |
| ------------- | ------------------------------ |
| `VimEnter` | treesitter、lsp、icons |
| `InsertEnter` | completion、snippets、pairs |
| `BufReadPost` | diff、surround、ai、cursorword |