https://github.com/daulpavid/vim
Personal vim configuration. Allows for switching between multiple vim configurations.
https://github.com/daulpavid/vim
Last synced: 4 months ago
JSON representation
Personal vim configuration. Allows for switching between multiple vim configurations.
- Host: GitHub
- URL: https://github.com/daulpavid/vim
- Owner: DaulPavid
- Created: 2016-06-25T23:42:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T02:56:00.000Z (8 months ago)
- Last Synced: 2025-01-15T13:09:45.888Z (6 months ago)
- Language: Vim Script
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DaulPavid vim configuration
===========================A fairly simple vim configuration that makes it easy to have
other configurations on the same user/machine.Install
-------Execute the following commands from your home directory:
```
$ git clone https://github.com/DaulPavid/vim.git
$ cd vim
$ ./setup_plugins
$ ./link
```In order to unlink:
```
$ ./unlink
```