summaryrefslogtreecommitdiffstats
path: root/ftplugin/raml.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/raml.vim')
-rw-r--r--ftplugin/raml.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/ftplugin/raml.vim b/ftplugin/raml.vim
new file mode 100644
index 00000000..142e70bd
--- /dev/null
+++ b/ftplugin/raml.vim
@@ -0,0 +1,5 @@
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'raml') == -1
+
+set ts=2 sts=2 sw=2 et
+
+endif