https://github.com/sergey-arkhipov/lazyvim_rails
Optionated lazyvim for Rails Development
https://github.com/sergey-arkhipov/lazyvim_rails
neovim nvim rails ror
Last synced: about 1 year ago
JSON representation
Optionated lazyvim for Rails Development
- Host: GitHub
- URL: https://github.com/sergey-arkhipov/lazyvim_rails
- Owner: sergey-arkhipov
- License: apache-2.0
- Created: 2023-09-24T16:23:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T06:47:47.000Z (about 1 year ago)
- Last Synced: 2025-04-13T23:12:04.504Z (about 1 year ago)
- Topics: neovim, nvim, rails, ror
- Language: Lua
- Homepage:
- Size: 105 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💤 LazyVim for Rails Developer
A starter template for [LazyVim](https://github.com/LazyVim/LazyVim).
Refer to the [documentation](https://lazyvim.github.io/installation) to read.
## Installation
### Install requirement's
Requeried for glab
- Go (required) [Download and install - The Go Programming Language](https://go.dev/doc/install)
Optional
| Name | Link |
| -------- | ------------------------------------------------------------------------------------------------------ |
| Lua | [Lua: download](https://www.lua.org/download.html) |
| Lazygit | [jesseduffield/lazygit: simple terminal UI for git commands](https://github.com/jesseduffield/lazygit) |
| Ripgrep | [BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep) |
| luarocks | [LuaRocks - The Lua package manager](https://luarocks.org/) |
Create ~/.markdownlint.json config file for markdownlint-cli2, for example
```json
{
"line-length": {
"line_length": 180,
"code_blocks": false,
"tables": false
},
"ignore_code_blocks": true
}
```
- For git directory put this file in root, sometime linter not use setup config and require local config.
## Improvement
### Enable defaults
- ruby language
- neotest
### Additionals
- ERB - lint and format files
- Spec - run suite or selected test for debug
- Cucumber - run suite or selected test for debug
- Reek -check smell code
- LSP for ruby, definition, gems
- Markdown - linter and formatter with config
- Rails-nvim - plegin ala tpope Rails, fast move, partial, etc.