Files
vim-polyglot/ftplugin/raml.vim

6 lines
96 B
VimL

if !polyglot#util#IsEnabled('raml', expand('<sfile>:p'))
finish
endif
set ts=2 sts=2 sw=2 et