https://github.com/lilydjwg/dotvim
My vim config
https://github.com/lilydjwg/dotvim
configuration vim vimrc
Last synced: 10 days ago
JSON representation
My vim config
- Host: GitHub
- URL: https://github.com/lilydjwg/dotvim
- Owner: lilydjwg
- Created: 2011-08-26T07:36:48.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-03-18T09:53:24.000Z (about 1 month ago)
- Last Synced: 2025-04-03T10:12:42.425Z (19 days ago)
- Topics: configuration, vim, vimrc
- Language: Vim Script
- Homepage:
- Size: 25 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/*`.