An open API service indexing awesome lists of open source software.

https://github.com/stephendolan/neovim-lucky

Tools to make editing Lucky projects in Neovim even easier.
https://github.com/stephendolan/neovim-lucky

lucky-framework neovim plugins vim

Last synced: about 1 month ago
JSON representation

Tools to make editing Lucky projects in Neovim even easier.

Awesome Lists containing this project

README

          

# NeoVim Lucky   ☘️

Neovim-Lucky is a plugin that aims to supercharge your [Lucky](https://luckyframework.org) development in the Neovim editor (or vim editor with Lua support).

## Installation

We recommend installing with the wonderful [Vim-Plug](https://github.com/junegunn/vim-plug) extension:

```vimrc
Plug 'stephendolan/neovim-lucky', { 'for': 'crystal' }
```

## Commands

| Command | Description |
| ---------- | --------------------------------------------------------------------- |
| `:Emodel` | Open the relevant Lucky model from a page, action, or operation file. |
| `:Eop` | Open the relevant Lucky operation from a page, action, or model file. |
| `:Eaction` | Open the relevant Lucky action from a page file. |
| `:Epage` | Open the relevant Lucky page from an action file. |

## In action

[![asciicast](https://asciinema.org/a/wTi4oXZyZDttOj6PHVWNfk8P9.svg)](https://asciinema.org/a/wTi4oXZyZDttOj6PHVWNfk8P9)