Subramanya's Digital Garden

Recent Notes

  • Appendix A Exploring Further

    Jan 25, 2026

    • javascript
    • fundamentals
  • Appendix B Practice!

    Jan 25, 2026

    • javascript
    • fundamentals
  • YDK JS Chapter 1

    Jan 25, 2026

    • ydkjs
    • book
Home

❯

02_Areas

❯

Computer Science

❯

02_Programming

❯

Tools

❯

Editors

❯

Vim

❯

Save file without formatting

Save file without formatting

Jan 25, 20261 min read

  • vim

links: 010 Vim MOC


Ever want to save file without formatting or running prettier or eslint for coc.nvim

You can use this command

:noa w

:noa ⇒ represents no action and w will just save the file

:noa - stands for no auto command.

This will write the file without triggering autocommands defined by the plugins


tags: vim

Toggle formatting a file manually Prevent Vim’s autocmd from running on write just once


Graph View

  • GitHub
  • LinkedIn
  • Twitter