Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 339 Bytes

README.markdown

File metadata and controls

34 lines (22 loc) · 339 Bytes

Just run:

git submodule update --init
./install

It's currently a good idea to install the latest neovim:

brew install --HEAD neovim

Hints

Navigate to schema.rb for a particular table:

:Eschema table_name

Pretty-format a JSON file:

:%!jq

Turn on vi-mode in Alacritty:

CTRL SHIFT SPACE