hawkins / Touchdown.vim

A Vim plugin for Markdown editing focused on To-Do lists, supporting GitHub Flavored Markdown
0 stars 1 forks source link

Indents should be nnoremap #18

Open hawkins opened 5 years ago

hawkins commented 5 years ago

Indents protected by the exists(g:touchdown__no_indent) guard should be nnoremap'd so as to not map to things like <C-i>

hawkins commented 5 years ago

Also, this should be in ftplugin