https://github.com/petertseng/dotvim
My .vim directory
https://github.com/petertseng/dotvim
dotfiles vim-configuration vimrc
Last synced: 3 months ago
JSON representation
My .vim directory
- Host: GitHub
- URL: https://github.com/petertseng/dotvim
- Owner: petertseng
- Created: 2015-10-30T02:42:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-13T12:08:51.000Z (5 months ago)
- Last Synced: 2025-01-13T03:10:00.152Z (4 months ago)
- Topics: dotfiles, vim-configuration, vimrc
- Language: Vim Script
- Size: 43.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .vim
This is my vim configuration.
I post it not because I think random internet people care deeply about my particular vim configuration but just so that it's easy for me to access my own vim configuration in various places.## Plugin management
I use pathogen and submodules.
Works fine for me.
Some people say it is good to know precisely what versions of the submodules you're getting.
Update submodules with:git submodule foreach git pull