spacemacs/layers/+lang/groovy
syl20bnr a496401e1f Move groovy configuration to its own layer and improve it
Enable company, org babel and repl.
2017-08-28 13:49:09 -04:00
..
img Move groovy configuration to its own layer and improve it 2017-08-28 13:49:09 -04:00
funcs.el Move groovy configuration to its own layer and improve it 2017-08-28 13:49:09 -04:00
packages.el Move groovy configuration to its own layer and improve it 2017-08-28 13:49:09 -04:00
README.org Move groovy configuration to its own layer and improve it 2017-08-28 13:49:09 -04:00

Groovy layer

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

Description

This layer supports groovy development in Spacemacs.

It has basic/non-smart auto-completion with the syntax-checking layer and REPL integration.

Install

Layer

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