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
- Host: GitHub
- URL: https://github.com/vitalk/vim-fancy
- Owner: vitalk
- Created: 2015-08-28T16:14:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-19T04:05:24.000Z (almost 11 years ago)
- Last Synced: 2025-02-26T16:49:39.585Z (over 1 year ago)
- Language: VimL
- Homepage:
- Size: 258 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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).