derekwyatt / vim-scala

My work on integration of Scala into Vim - not a ton here, but useful for me.
http://derekwyatt.org
Apache License 2.0
1.09k stars 144 forks source link

Update scala.vim #161

Open SRGOM opened 4 years ago

SRGOM commented 4 years ago

Default remains unchanged but added an option to not use scala recommended style.

ches commented 3 years ago

I'm not sure I see value in a custom variable when Vim users should already be familiar with many established ways to override these (well known, well documented) settings directly for any language—after/ftplugin files or autocmds, project-local vimrc, external formatting tools like Scalafmt…