ragtag: Enable ragtag for markdown, disable <C-_>
authorStefan Huber <shuber@sthu.org>
Sat, 29 Dec 2018 11:13:55 +0000 (12:13 +0100)
committerStefan Huber <shuber@sthu.org>
Sat, 29 Dec 2018 11:13:55 +0000 (12:13 +0100)
Ragtag initializes only for certain file types so disable lazy load of
ragtag by vim-plug. Since markdown is not in this list explicitly call
RagtagInit().

Also disable the old <C-_> shortcut and use ragtag's <C-X>/ instead.


No differences found