Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.54 KB

README.org

File metadata and controls

43 lines (34 loc) · 1.54 KB

Groovy layer

img/groovy.png

Table of Contents

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

Imports

Key bindingDescription
SPC m r iAdd import for symbol around point

REPL

Key bindingDescription
SPC m s bsend buffer to REPL and stay in buffer
SPC m s Bsend buffer and and switch to REPL buffer
SPC m s esend sexp in front of the cursor to the REPL
SPC m s fsend function to REPL and stay in buffer
SPC m s Fsend function to REPL and switch to REPL buffer
SPC m s rsend current region to REPL and stay in buffer
SPC m s Rsend current region to REPL and switch to REPL buffer