sponsor Vim development Vim logo Vim Book Ad

LiterateVimrc : Plugin for creating

 script karma  Rating 8/2, Downloaded by 1314  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
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
literatevimrc.tar.gz 0.0.2 2017-06-15 7.0 Tyler Cipriani Updated README, left version alone on this one.
LiterateVimrc.tar.gz 0.0.2 2017-06-15 7.0 Tyler Cipriani * Fix inconsistent naming (literatevim vs literatevimrc) as pointed out by NoahTheDuke on github
literatevimrc.tar.gz 0.0.1 2017-06-14 7.0 Tyler Cipriani Initial upload
ip used for rating: 3.231.146.172

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github