https://github.com/pchynoweth/vim-plugin-minimal
A collection of minimal configs required to get started with popular vim plugin managers
https://github.com/pchynoweth/vim-plugin-minimal
vim vim-configs vim-plugins vim-settings vimrc
Last synced: about 1 year ago
JSON representation
A collection of minimal configs required to get started with popular vim plugin managers
- Host: GitHub
- URL: https://github.com/pchynoweth/vim-plugin-minimal
- Owner: pchynoweth
- License: mit
- Created: 2017-04-14T12:57:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-30T07:54:54.000Z (about 9 years ago)
- Last Synced: 2025-01-25T19:42:00.913Z (over 1 year ago)
- Topics: vim, vim-configs, vim-plugins, vim-settings, vimrc
- Language: Vim script
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Dei: dein
Awesome Lists containing this project
README
# vim-plugin-minimal
A collection of minimal configs required to get started with popular vim plugin managers
Description
-----------
I use a lot of different servers and share dot files between them. As I often use new
servers it can be frustrating to manually go through the process of installing a package
manager. All these configs should drop in as a vimrc file and automatically install the
appropriate package manager with no user intervention.
Requirements
------------
| Manager | curl | git |
| -------- | :--: | :-: |
| dein | x | x |
| pathogen | x | x |
| vim-plug | x | x |
| vundle | | x |
License
-------
This project is licensed under the MIT license - see the [LICENSE](LICENSE) for more
details.