Releases: vitalk/vim-fancy
Releases · vitalk/vim-fancy
Indented fanced blocks
16 Oct 15:10
Compare
Sorry, something went wrong.
No results found
Detect indented fenced code blocks in gfm;
Automatically indent/dedent block when sync changes between buffers;
Markdown list goes here:
- this item has fenced code block
```sh
echo hi
```
Support bitbucket format of fenced blocks
16 Oct 15:06
Compare
Sorry, something went wrong.
No results found
This release adds support of bitbucket fenced code blocks in markdown (#2 ).
```
#!python
def echo():
pass
```
Fenced block configuration
31 Aug 15:53
Compare
Sorry, something went wrong.
No results found
Add support of custom fenced block per filetype, and allow to refine existing rules via vimrc.
Shorten repository name
30 Aug 14:17
Compare
Sorry, something went wrong.
No results found
Use more short and fancy name for repository.
Proof of Concept
30 Aug 14:14
Compare
Sorry, something went wrong.
No results found
Fenced code blocks as it should be.