mooD Nvim is a configuration made for those who wants to install and use, without worries.
keybindings.lua
(SPC f p
) for more examples. You can define your own custom finders.tmux-awesome-manager
that can:keybindings.lua
(SPC f p
).keybindings.lua
)This configuration is made to use with Alacritty and Tmux. Please install it and learn before use it.
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/plugin/packer_compiled.lua
rm -rf ~/.local/share/nvim
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
:checkhealth
Just press SPC h h
to open the handbook inside vim.