https://github.com/yingzhuo/my-vim
my vim configuration
https://github.com/yingzhuo/my-vim
configuration vi vim
Last synced: 12 months ago
JSON representation
my vim configuration
- Host: GitHub
- URL: https://github.com/yingzhuo/my-vim
- Owner: yingzhuo
- Created: 2020-09-04T03:14:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T03:16:18.000Z (almost 6 years ago)
- Last Synced: 2025-03-16T11:11:49.858Z (over 1 year ago)
- Topics: configuration, vi, vim
- Language: Vim script
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-vim
我的vim配置
```bash
\rm -rf ~/.vimrc
\rm -rf ~/.vim
\git clone https://github.com/yingzhuo/my-vim.git /tmp/my-vim
\cp /tmp/my-vim/.vimrc ~/.vimrc
\cp -R /tmp/my-vim/.vim ~/.vim
\rm -rf /tmp/my-vim
```