Customization
FireVim is meant to be customized.
The entire configuration currently lives in one file:
text
init.luaThis is intentional. FireVim is designed to be easy to read, modify, share, debug, and version-control. There is no elaborate module hierarchy to navigate just to change a keybinding.
Applying changes
Edit init.lua, then reload the configuration with <leader>r, or restart Neovim to apply your changes.
TIP
FireVim does not currently make a separate copy of your configuration when you customize it. If you make significant changes, consider keeping your own Git repository or backup.
