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.
- Host: GitHub
- URL: https://github.com/stephendolan/neovim-lucky
- Owner: stephendolan
- License: mit
- Created: 2020-08-12T16:48:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T22:11:11.000Z (almost 6 years ago)
- Last Synced: 2025-02-05T21:57:25.500Z (over 1 year ago)
- Topics: lucky-framework, neovim, plugins, vim
- Language: Lua
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
[](https://asciinema.org/a/wTi4oXZyZDttOj6PHVWNfk8P9)