Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daulpavid/vim
Personal vim configuration. Allows for switching between multiple vim configurations.
https://github.com/daulpavid/vim
Last synced: 4 days 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T02:56:00.000Z (8 days ago)
- Last Synced: 2024-11-11T03:30:13.712Z (8 days ago)
- Language: Vim Script
- Size: 17.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
```