{"id":13413140,"url":"https://github.com/otavioschwanck/mood-nvim","last_synced_at":"2025-03-14T19:31:27.268Z","repository":{"id":37831615,"uuid":"468407015","full_name":"otavioschwanck/mood-nvim","owner":"otavioschwanck","description":"A Neovim configuration for Rails and Javascript","archived":false,"fork":false,"pushed_at":"2024-04-10T09:52:36.000Z","size":47671,"stargazers_count":79,"open_issues_count":1,"forks_count":11,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-04-12T12:07:01.658Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/otavioschwanck.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-03-10T15:44:12.000Z","updated_at":"2024-04-06T21:32:16.000Z","dependencies_parsed_at":"2024-02-23T21:28:52.150Z","dependency_job_id":"cbe43cdf-fb4d-490c-92eb-7d8001dd6f9a","html_url":"https://github.com/otavioschwanck/mood-nvim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otavioschwanck%2Fmood-nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otavioschwanck%2Fmood-nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otavioschwanck%2Fmood-nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otavioschwanck%2Fmood-nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/otavioschwanck","download_url":"https://codeload.github.com/otavioschwanck/mood-nvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243635245,"owners_count":20322903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T20:01:34.008Z","updated_at":"2025-03-14T19:31:26.871Z","avatar_url":"https://github.com/otavioschwanck.png","language":"Lua","funding_links":[],"categories":["Preconfigured Configuration","Lua"],"sub_categories":["Competitive Programming"],"readme":"# Introduction\n\nmooD Nvim is a configuration made for those who wants to install and use, without worries.\n\n\u003c!--toc:start--\u003e\n- [🪄 Features](#-features)\n- [📃 Dependencies](#-dependencies)\n- [💾 Installation](#-installation)\n- [⚠️ Disclaimer](#️-disclaimer)\n- [🔗 Useful links](#-useful-links)\n- [🎓 How to learn the keybindings of this configuration?](#-how-to-learn-the-keybindings-of-this-configuration)\n\u003c!--toc:end--\u003e\n\n![image 1](https://i.imgur.com/GhD6HgM.png)\n![image 2](https://i.imgur.com/nCPvYFN.png)\n![image 3](https://i.imgur.com/baphYpq.png)\n![image 4](https://i.imgur.com/sYYWXYt.png)\n\n# 🪄 Features\n\n- 🌜 100% on Lua\n- 💡 IDE Features: LSP, snippets, autocomplete, go to definition, go to references, etc.\n- 📚 Handbook (SPC h h) and Tutorial (SPC h T) natively.  Most of cool feature are listed there.\n- ▶️ Awesome Test Runner.\n- 🧑‍✈️ Codeium Integration (like Copilot or Whisperer)\n- ✏️ Fully customizable by user (plugins, settings, LSP)\n- 🔎 Find In Folder helpers: Find inside models, controller, etc using keybindngs. See `keybindings.lua` (`SPC f p`) for more examples. You can define your own custom finders.\n- 🪟 TMUX Framework with `tmux-awesome-manager` that can:\n  - 🖥️ You can bind terminal commands in your `keybindings.lua` (`SPC f p`).\n  - 🚃 Useful for commands such as rails console, server, sidekiq, yarn start, generate, open production stuff, etc. (Examples on `keybindings.lua`)\n  - 📽️ You can define server terminal commands separated by project and run with a single command.\n\n# 📃 Dependencies\n\n- Neovim \u003e= 0.9.5 \u003c 0.10 (Neovim 0.10 is still buggy for rubocop LSP, lets use 0.9) You can use [Bob](https://github.com/MordechaiHadad/bob) to install the 0.9.5\n- lazygit (optional)\n- ripgrep\n- NerdFonts\n- Python\n- pynvim (without this, it will thrown an error when you open mood)\n- git-delta (for lazygit, optional) - [Installation](https://dandavison.github.io/delta/installation.html)\n\n# 💾 Installation\n\nWe created a bash script to make your life easier and install Mood Nvim automatically.\nJust run the below command in the terminal on either mac or linux (ubuntu only), choose what you want to install and have fun!\n\n```sh\nbash \u003c(curl -Ls https://raw.githubusercontent.com/otavioschwanck/mood-nvim/main/bin/mood-installer.sh)\n```\nIf you will use tmux, after the first open, press `C-x I` to install the packages.\n\nTo install manually, check the [Manual Installation Page](https://github.com/otavioschwanck/mood-nvim/wiki/Manual-Installation#manual-installation).\n\nAfter the installation, check if is missing something with `:checkhealth`\n\nWhen you run the tmux for the first time, press `C-x I` to install the missing plugins.\n\n# ⚠️ Disclaimer\n\nThis configuration is made to use with Alacritty and Tmux.  Please install it and learn before use it.\n\n# 🔗 Useful links\n\n- [changelog](https://github.com/otavioschwanck/mood-nvim/wiki/Changelog) \n- [breaking changes](https://github.com/otavioschwanck/mood-nvim/wiki/Breaking-Changes) \n\n# 🎓 How to learn the keybindings of this configuration?\n\nJust press `SPC h h` to open the handbook inside vim.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotavioschwanck%2Fmood-nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fotavioschwanck%2Fmood-nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotavioschwanck%2Fmood-nvim/lists"}