/spacemacs-layer-flow

A basic spacemacs layer for flow integration

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

flow layer

Table of Contents

Description

This layer setups Emacs for working with flow files. It provides syntax checking throught flycheck-flow, and autocompletion throught company-flow. You also can use check types and jump to definition of symbols using flow-minor-mode.

It has some problems, like not working properly with the javascript layer.

Install

Run git clone https://github.com/stevenremot/spacemacs-layer-flow.git ~/.emacs.d/private/flow/. Then declare the flow layer in your .spacemacs.

Key bindings

Key BindingDescription
M-.Jump to definition
C-c C-c tCheck the type of a symbol
C-c C-c sDisplay all flow errors in the project