Git Product home page Git Product logo

mood-nvim's Introduction

Introduction

mooD Nvim is a configuration made for those who wants to install and use, without worries.

image 1 image 2 image 3 image 4 image 5

Features

  • 100% on Lua
  • IDE Features: LSP, snippets, autocomplete, go to definition, go to references, etc.
  • Handbook (SPC h h) and Tutorial (SPC h T) natively. Most of cool feature are listed there.
  • Awesome Test Runner.
  • Fully customizable by user (plugins, settings, LSP)
  • 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.
  • TMUX Framework with tmux-awesome-manager that can:
    • You can bind terminal commands in your keybindings.lua (SPC f p).
    • Useful for commands such as rails console, server, sidekiq, yarn start, generate, open production stuff, etc. (Examples on keybindings.lua)
    • You can define server terminal commands separated by project and run with a single command.

Disclaimer

This configuration is made to use with Alacritty and Tmux. Please install it and learn before use it.

Changelog

2022-02-27

  • Improved LSP default configuration. Please delete your ~/.config/nvim/lua/user/lsp.lua to be recreated (upgrade first)
  • New tabs
  • New awesome ruby snippets (every hidden ruby method was turned into a snippet)
  • Way to edit snippets

2022-02-26

  • Snippet is now C-n

2022-02-15

  • Removed harpoon, use buffer pins now (C-s)
  • C-j to expand / jump on snippets
  • New tab management / session management. Check Buffer/Tab Bookmarks on handbook.

2022-02-14

  • Changed from C-j and C-k to C-n and C-p to navigate in telescope items
  • Add bufferline. Navigate with ]b and [b.

Breaking Changes

After last upgrade (21/01/2023), you need to do some stuff:

Run at your terminal:

rm -rf ~/.config/nvim/lua/user/lsp.lua

rm -rf ~/.config/nvim/lua/user/plugins.lua

rm -rf ~/.config/nvim/plugin/packer_compiled.lua

rm -rf ~/.local/share/nvim

Dependencies

Automatic Installation

We created a bash script to make your life easier and install Mood Nvim automatically. Just run the below command in the terminal on either mac or linux, choose what you want to install and have fun!

bash <(curl -Ls https://raw.githubusercontent.com/otavioschwanck/mood-nvim/main/bin/mood-installer.sh)

If you will use tmux, after the first open, press C-x I to install the packages.

To install manually, check the page: https://github.com/otavioschwanck/mood-nvim/wiki/Manual-Installation#manual-installation

After install

  • Check if is missing something with :checkhealth

How to learn the keybindings of this configuration?

Just press SPC h h to open the handbook inside vim.

mood-nvim's People

Contributors

otavioschwanck avatar tuliomagnus avatar brunoarueira avatar thofeeq avatar tortoisehive avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.