vim-scala
vim-scala copied to clipboard
My work on integration of Scala into Vim - not a ton here, but useful for me.
Since https://docs.scala-lang.org/sips/42.type.html which is implemented in scala 2.13 and in scala 3 it possible to use string literals as singleton types. So code like ``` someFunc["abc"] ``` is valid. Currently...
See :help undo_indent for details.
Is there a reason that the sbt compiler plugin is not distributed with Vim? If not, could we please do so? Thanks, Doug
There is also de facto standard approach to disabling ftplugin mappings globally and per filetype. I've integrated that here along with the existing use of scala_use_default_keymappings.
Use `hi def link` instead of `hi link` for Scala syntax highlighting groups, to allow overriding by user configuration and/or colour schemes. This brings it in line with syntax highlighting...
Since vim-scala higlights `when` word without checking word boundary, it highlights a word like `elsewhen` partially. This is a real code which I'm writing with Chisel3. This PR fixes to...
If the iteration part of a for loop is multiple lines, for example: ```scala for { a
We have some Ruby scripts in the repo that can perform some testing for us, but there's not a ton of things that it covers. Let's discuss the hurdles to...
Hi Derek, Many thanks for a great plugin. I've discovered that Universal Ctags (Exuberant Ctags is not in common use it seems these day) is not compatible with spaces in...