mirror of
https://github.com/neovim/neovim.git
synced 2026-01-03 01:46:31 +10:00
6 lines
69 B
VimL
6 lines
69 B
VimL
if exists("b:did_ftplugin")
|
|
finish
|
|
endif
|
|
|
|
runtime ftplugin/rmd.vim
|