You are browsing as a guest. Sign up (or log in) to start making projects!

Open comments for this post

25m 5s logged

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!

0
1

Comments 0

No comments yet. Be the first!