An open API service indexing awesome lists of open source software.

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.

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).