LiterateVimrc : Plugin for creating
script karma |
Rating 8/2,
Downloaded by 1471 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Tyler Cipriani |
|
script type |
utility |
|
description |
"Literate" Vimrc is more than a bit of a misnomer. It, unlike Donald Knuth's
vision of Literate Programming, does not support a loosely coupled web of macros
-- instead it just lets you write a file in Markdown that has codeblocks (as
defined by v0.27 of the CommonMark spec) containing Vimscript as your
`~/.vimrc` file.
https://github.com/thcipriani/literate-vimrc |
|
install details |
1. Add autoload/literatevimrc.vim to your autoload directory
2. Move your ~/.vimrc file to ~/.vimrc.md and surround the actual contents in codeblock fence delimiters (i.e., ``` or ~~~)
3. Add the line: execute literatevim#load("~/.vimrc.md") to your actual vimrc file |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.19.218.250
|