Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lilydjwg/dotvim
My vim config
https://github.com/lilydjwg/dotvim
configuration vim vimrc
Last synced: 7 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-01-02T12:12:46.000Z (27 days ago)
- Last Synced: 2025-01-15T01:19:10.272Z (14 days ago)
- Topics: configuration, vim, vimrc
- Language: Vim Script
- Homepage:
- Size: 25 MB
- Stars: 284
- Watchers: 17
- 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/*`.