Added Conform Formatter ( code formatter) for Neovim
- This plugin is going to take Prettier (for your JavaScript/HTML) and hook it directly into your save command.
- Now the moment I save my file, it will instantly snap all my messy indentation and brackets into perfect alignment.
Earlier in the setup, I mapped my Leader key + s (Space + s) to save the file. Now when I press Space + s. Conform will catch the save command, perfectly format the entire file using Prettier/Stylua, and then write it to the disk, all in a fraction of a millisecond!
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.