https://github.com/lilydjwg/dotvim
My vim config
https://github.com/lilydjwg/dotvim
configuration vim vimrc
Last synced: 12 months ago
JSON representation
My vim config
- Host: GitHub
- URL: https://github.com/lilydjwg/dotvim
- Owner: lilydjwg
- Created: 2011-08-26T07:36:48.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2025-05-14T10:56:00.000Z (12 months ago)
- Last Synced: 2025-05-14T11:51:22.848Z (12 months ago)
- Topics: configuration, vim, vimrc
- Language: Vim Script
- Homepage:
- Size: 25.3 MB
- Stars: 286
- Watchers: 16
- Forks: 50
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
我的 Vim 配置。
Tips
====
在 Vim 中查看本 vimrc 文件,高亮+折叠+`K`查阅文档:
```bash
curl -L https://z.sh/vimrc | vim -R -c 'setf vim' -
```
或者不使用短链:
```bash
curl https://raw.githubusercontent.com/lilydjwg/dotvim/master/vimrc | vim -R -c 'setf vim' -
```
Note
====
There are notes in `refs/notes/*`.