AstroNvim / user_example

An example user configuration with a split up structure
231 stars 781 forks source link

Update mappings.lua #23

Closed mike-shevchuk closed 8 months ago

mike-shevchuk commented 8 months ago

Add feature to reload nvim without restarting

📑 Description

It is very important to have possibility to just reload nvim config without restarting AstroNvim have this so I add this PR, to help users.

ℹ Additional Information

mehalter commented 8 months ago

We don't want to add this to the user example, but definitely feel free to put this in your own user configuration. The reload function is pretty experimental and use at your own risk. So we don't want to promote it too much. Also the user example shouldn't be how we distribute features.

mehalter commented 8 months ago

Thanks for the recommendation and taking the time to open a PR! You could also share this on the discord if people are interested in it.

mike-shevchuk commented 8 months ago

We don't want to add this to the user example, but definitely feel free to put this in your own user configuration. The reload function is pretty experimental and use at your own risk. So we don't want to promote it too much. Also the user example shouldn't be how we distribute features.

Ok, thanks for that description. I like your work on this project.