diff options
author | Teddy Wing | 2017-11-14 22:34:14 +0100 |
---|---|---|
committer | Teddy Wing | 2017-11-14 22:34:14 +0100 |
commit | 7e6a89dc1378c02c581990adb53cfba07d3dacc5 (patch) | |
tree | bd2503a0bab936dcdbf5603e16ef4adf2ac1d462 | |
parent | 204447cdfc586032a436bb0571e92ed9d5bf7dec (diff) | |
download | dotvim-7e6a89dc1378c02c581990adb53cfba07d3dacc5.tar.bz2 |
Add ftplugin/slim.vim
Ugh, I hate Slim. But I increasingly have to deal with it in projects.
Fix what's within our power to fix, and give ourselves Ruby indentation
in Slim files.
-rw-r--r-- | ftplugin/slim.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ftplugin/slim.vim b/ftplugin/slim.vim new file mode 100644 index 0000000..57c3b4f --- /dev/null +++ b/ftplugin/slim.vim @@ -0,0 +1,4 @@ +" Slim template settings + +" Inherit Ruby settings +runtime! ftplugin/ruby.vim |