https://github.com/emcd/vim-files
Personal Vim configuration and plugins.
https://github.com/emcd/vim-files
Last synced: 3 months ago
JSON representation
Personal Vim configuration and plugins.
- Host: GitHub
- URL: https://github.com/emcd/vim-files
- Owner: emcd
- Created: 2022-12-03T23:11:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T16:57:27.000Z (over 1 year ago)
- Last Synced: 2025-12-27T03:40:56.368Z (6 months ago)
- Language: Vim Script
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Vim Configuration and Plugins
===============================================================================
For my use across personal and employer-issued computers. Nothing special.
To install on POSIX systems::
git clone --recurse-submodules --shallow-submodules https://github.com/emcd/vim-files.git "${HOME}/.vim"
To update on POSIX systems::
git -C "${HOME}/.vim" pull --no-recurse-submodules
git -C "${HOME}/.vim" submodule update --init --recursive --depth 1