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

https://github.com/vitalk/vim-fancy

Fenced code blocks as it should be
https://github.com/vitalk/vim-fancy

Last synced: 4 months ago
JSON representation

Fenced code blocks as it should be

Awesome Lists containing this project

README

          

# Fancy

Fenced code blocks as it should be.

## Installation

Use your favorite installation method:

- via Tim Pope's [pathogen](https://github.com/tpope/vim-pathogen):

```sh
cd .vim/bundle
git clone https://github.com/vitalk/vim-fancy
```

- via Junegunn Choi [Plug](https://github.com/junegunn/vim-plug):

```viml
Plug 'vitalk/vim-fancy'
```

```sh
vim +PlugInstall +qall
```

## License

Copyright © by Vital Kudzelka.

Distributed under the [MIT license](http://mit-license.org/vitalk).