spacemacs/layers/+lang/groovy
syl20bnr 29c78ce841 Defer packages by default using use-package-always-defer
Warning now `:defer t` is implied, to force a package to load `:demand t` is
now necessary.
2018-02-27 23:32:52 -05:00
..
img
funcs.el Happy New Year 2018! 2018-01-04 02:00:25 -05:00
packages.el Defer packages by default using use-package-always-defer 2018-02-27 23:32:52 -05:00
README.org java: improve maven and gradle support (also for groovy) 2017-12-17 18:45:46 -05:00

Groovy layer

/TakeV/spacemacs/media/commit/29c78ce841ee5a99bb4077a2862afc96c8136107/layers/+lang/groovy/img/groovy.png

Description

This layer supports Groovy development in Spacemacs.

Features:

  • Basic dabbrev auto-completion with company
  • Auto-generate imports with groovy-imports
  • Groovy REPL integration

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add groovy to the existing dotspacemacs-configuration-layers list in this file.

Key bindings

REPL

Key Binding Description
SPC m s b send buffer to REPL and stay in buffer
SPC m s B send buffer and and switch to REPL buffer
SPC m s e send sexp in front of the cursor to the REPL
SPC m s f send function to REPL and stay in buffer
SPC m s F send function to REPL and switch to REPL buffer
SPC m s r send current region to REPL and stay in buffer
SPC m s R send current region to REPL and switch to REPL buffer