festart.nvim is a pre-configured neovim setup designed specifically for frontend development, aimed at helping you quickly get started on your neovim frontend development journey.
This project is a single-file setup.
The inspiration for festart.nvim, as well as many of its configurations, were taken from the kickstart.nvim project and the configurations provided by craftzdog. I am very grateful to them, as I have learned a lot from them.
This requires Neovim version >= 0.8.
- Backup your previous configuration
- Fork the repository so you can make changes as necessary
- Copy and paste the
init.luafile fromfestart.nviminto$HOME/.config/nvim/init.lua - Open the
init.luafile in nvim, and start installation, Ignore any error messages. - Restart Neovim
- Manually install
prettierdusingMasonto enable formatting.
Please refer to the installation video:
festart.nvim.mov
Contributions to festart.nvim are welcome! To contribute, please fork the repository and create a pull request.
festart.nvim is released under the MIT License. For more information, please refer to the LICENSE file.
- Q: What if I had previous neovim configurations?
- A: If you had previous neovim configurations, it is recommended that you backup your configuration information and then delete it with
rm -rf ~/.local/share/nvim/. use theinit.luafile fromfestart.nvimto replace your old configuration.