Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

Markdown Syntax Highlighting for Neovim with vim - markdown

I'm using vim-markdown for syntax highlighting of markdown file code fences in neovim.

The instillation instructions don't mention [TODO: Code shorthand span ] but this worked for me inside ` ~/.config/nvim/init.vim `

call plug#begin("~/.vim/plugged") " ... other plugins Plug 'godlygeek/tabular' Plug 'plasticboy/vim - markdown' call plug#end()

Followed by running this from the command line

nvim +PlugInstall

Or, starting nvim and running the command :

: PlugInstall