From: Nick Bowler Date: Fri, 26 Jun 2020 01:47:06 +0000 (-0400) Subject: Load ruby syntax in "after" X-Git-Url: https://git.draconx.ca/gitweb/vimconf.git/commitdiff_plain/64c4b34ee9fb0ec119e1edb24805d751664ab9fc?hp=ebf45b3c6a3ff9db5a8fcff1ad52e3211bc3e50e Load ruby syntax in "after" Bleh for whatever reason my user ruby indentation settings are being overwritten by system defaults. Let's put a stop to that shall we? --- diff --git a/after/ftplugin/ruby.vim b/after/ftplugin/ruby.vim new file mode 120000 index 0000000..1cbfbc6 --- /dev/null +++ b/after/ftplugin/ruby.vim @@ -0,0 +1 @@ +../../ftplugin/ruby.vim \ No newline at end of file