Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 607 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 607 Bytes

ncm2-markdown-subscope

Language-specific completion for markdown fenced code blocks.

Config

Completion will be enabled for the languages specified in

g:markdown_fenced_languages

if using tpope's vim-markdown plugin, or

g:vim_markdown_fenced_languages

if using plasticboy's vim-markdown.

g:ncm2_markdown_subscope#filetypes

Defaults to ['markdown'].

A list of filetypes that the plugin should work for. This is useful if you have files that have an e.g. vimwiki.markdown filetype.