Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yous/aheui.vim
Vim syntax highlighting for Aheui
https://github.com/yous/aheui.vim
aheui syntax-highlighting vim
Last synced: 16 days ago
JSON representation
Vim syntax highlighting for Aheui
- Host: GitHub
- URL: https://github.com/yous/aheui.vim
- Owner: yous
- License: mit
- Created: 2014-08-27T19:24:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-08-02T08:33:33.000Z (over 5 years ago)
- Last Synced: 2023-03-11T14:06:58.849Z (over 1 year ago)
- Topics: aheui, syntax-highlighting, vim
- Language: Vim script
- Size: 47.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# aheui.vim
[![Build Status](https://travis-ci.org/yous/aheui.vim.svg?branch=master)](https://travis-ci.org/yous/aheui.vim)
Vim syntax highlighting for Aheui.
![aheui.vim](https://github.com/yous/aheui.vim/raw/master/aheui.png)
## Intallation
- [Pathogen](https://github.com/tpope/vim-pathogen)
1. `cd ~/.vim/bundle`
2. `git clone https://github.com/yous/aheui.vim.git`
- [Vundle](https://github.com/gmarik/Vundle.vim)
1. Add `Plugin 'yous/aheui.vim'` to `.vimrc`
2. Run `:PluginInstall`
- [NeoBundle](https://github.com/Shougo/neobundle.vim)
1. Add `NeoBundle 'yous/aheui.vim'` to `.vimrc`
2. Run `:NeoBundleInstall`
- [vim-plug](https://github.com/junegunn/vim-plug)
1. Add `Plug 'yous/aheui.vim'` to `.vimrc`
2. Run `:PlugInstall`## License
Copyright © Chayoung You. See [LICENSE.txt](LICENSE.txt) for details.