https://github.com/bertptrs/vimconfig
An attempt to normalize my Vim configuration across machines
https://github.com/bertptrs/vimconfig
Last synced: 4 months ago
JSON representation
An attempt to normalize my Vim configuration across machines
- Host: GitHub
- URL: https://github.com/bertptrs/vimconfig
- Owner: bertptrs
- License: gpl-2.0
- Created: 2015-01-03T20:38:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-02-05T20:28:36.000Z (5 months ago)
- Last Synced: 2025-02-05T21:35:03.295Z (5 months ago)
- Language: Lua
- Size: 183 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vimconfig
An attempt to normalize my Vim configuration across machines. Incidentally
contains packages that are not vim now, but it still synchronizes my
configuration.## Installation
```bash
git clone https://github.com/bertptrs/vimconfig.git
./vimconfig/install.sh
```This will install the correct vimrc and load the packages mentioned in bundle.
There are some requirements:* `stow` must be available.
* `gsettings` must be available. This currently does not block installation,
but the installation will not be complete without it.