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

Hello everyone. I am trying to execute Goyo automatically with any markdown file (I've seen it asked many times online, so nothing new). However, I also want number and relativenumber...

When I close Goyo using `:q`, buffer cursor jumps to first line of document. But when I use `:Goyo`, It doesn't jump. My .vimrc: ``` vim call plug#begin('~/.vim/plugged') Plug 'junegunn/goyo.vim'...

Good day. I'm using Goyo the latest version. When I run :Goyo command, it works as expected here is the screenshot ![image](https://user-images.githubusercontent.com/20584185/85046303-174cf280-b145-11ea-8384-9a636b082770.png) However, when I run :Goyo! to turn it...

Generally, I disable cursor blink in my iTerm2 settings. After I do `:Goyo` in vim, my cursor starts to blink, and even after I quite vim, the cursor blinks all...

is alacritty issue or goyo issue? ![vimrc (~- vim) - VIM_012](https://user-images.githubusercontent.com/1724033/56853079-a74c2f00-68e8-11e9-8ef0-805f9ac5f39e.png)

Using `CTRL-W o` (or `:only`) messes up the formatting. Trying to recover the formatting with `CTRL-W =` generates errors and exits Goyo.

I'm using a custom plugin called zenroom2 which changes the colorscheme when entering goyo. The plugin has set a callback function that tries to set custom syntax and highlight color....

Goyo ignores `set splitbelow splitright` and displays, for example the help, the default way so on top instead at the bottom

When I write text in Goyo and turn it off the lines have the length of the Goyo window width. It messes up some stuff, for example when writing markdown...

I couldn't find any reference to this issue elsewhere so I decided to make one. I've recently installed Goyo in nvim 0.3.1 and I love it but I cannot seem...