mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 21:13:50 -05:00
6 lines
96 B
VimL
6 lines
96 B
VimL
if !polyglot#util#IsEnabled('raml', expand('<sfile>:p'))
|
|
finish
|
|
endif
|
|
|
|
set ts=2 sts=2 sw=2 et
|