goyo.vim icon indicating copy to clipboard operation
goyo.vim copied to clipboard

:tulip: Distraction-free writing in Vim

Results 87 goyo.vim issues
Sort by recently updated
recently updated
newest added

It would be nice to somehow automatically redraw goyo after running unite, for some reason it recolors the border strip and fold numbers.

Hello, Currently, my `vimrc` is as follows: ``` set colorcolumn=80 set number relativenumber set textwidth=0 set wrapmargin=5 set linebreak set formatoptions=at ``` I performed the experiment whose animaged gif is...

I was using below code to hide tmux while inside Goyo which was working until I recently updated neovim to v0.8.0. Is there a fix for this? ```vim function! s:goyo_enter()...

When I try to toggle Goyo in gvim `:Goyo` it returns: `E492: Not an editor command: Goyo`

Hi, I'm using Lualine which is one of common winbar providers (a bar on top of the VIM window). I wanted to ask if it's intended behavior for Goyo to...

Hi, I am using vim-9.0 with goyo 2022-09-05 (7f5d35a65) . In contrast to some other navigation plugins like NERDTree or Ctrl+P which work fine, changing buffers with [BufExplorer](https://github.com/jlanzarotta/bufexplorer) while in...

That's what happens: let's say I'm editing two files: file_A and file_B and I open Goyo mode in the file_A at line 134. Then I move the cursor at line...