vim-polyglot/ftplugin/raml.vim
2016-09-11 13:38:46 +02:00

6 lines
111 B
VimL

if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'raml') == -1
set ts=2 sts=2 sw=2 et
endif