vim-polyglot/ftplugin/raml.vim
2019-03-04 09:28:35 +01:00

6 lines
116 B
VimL

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