goyo.vim
Distraction-free writing in Vim
goyo.vim is a plugin by junegunn that provides a distraction-free writing environment inside Vim or Neovim by concentrating the focus on the current buffer. When you invoke the command (e.g., :Goyo), it opens the current file in a centered, minimal layout — typically hiding sidebars, status-lines, tab-lines, scrollbars, and other UI clutter — thus offering a clean space for writing or reading. The width and height of the writing area can be optionally specified (e.g., :Goyo 80 for an...