https://github.com/ishbguy/vim-config
My vim configuration.
https://github.com/ishbguy/vim-config
configuration vim
Last synced: about 1 month ago
JSON representation
My vim configuration.
- Host: GitHub
- URL: https://github.com/ishbguy/vim-config
- Owner: ishbguy
- License: mit
- Created: 2018-05-03T16:43:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-08-08T12:54:57.000Z (10 months ago)
- Last Synced: 2026-05-03T21:37:16.591Z (about 1 month ago)
- Topics: configuration, vim
- Language: Vim Script
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [vim-config](https://github.com/ishbguy/vim-config)
[![License][licsvg]][lic]
[licsvg]: https://img.shields.io/badge/license-MIT-green.svg
[lic]: https://github.com/ishbguy/vim-config/blob/master/LICENSE
## Table of Contents
+ [:art: Features](#art-features)
+ [:straight_ruler: Prerequisite](#straight_ruler-prerequisite)
+ [:rocket: Installation](#rocket-installation)
+ [:hibiscus: Contributing](#hibiscus-contributing)
+ [:boy: Authors](#boy-authors)
+ [:scroll: License](#scroll-license)
## :art: Features
+ Modular: keymaps, options, etc.
+ Use [vim-plug](https://github.com/junegunn/vim-plug) to manage plugins
## :straight_ruler: Prerequisite
> + yaourt
> + pip
## :rocket: Installation
```bash
$ git clone https://github.com/ishbguy/vim-config.git ~/.vim
$ vim -c 'PlugInstall | q'
```
## :hibiscus: Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
## :boy: Authors
+ [ishbguy](https://github.com/ishbguy)
## :scroll: License
Released under the terms of [MIT License](https://opensource.org/licenses/MIT).