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

I dunno if this has been said before, but I'll just put it here: When GoyoLeave, check for filetype and source the syntax file (this can be converted to vimscript)...

Hi, love the plugiN! If I have my tmux split vertically I get full height when I go into distraction free mode, but if my Vim is run in a...

Is it possible to remove these `^^^^^^^^^^^^^^^^^^^^^^^^` characters at the end of current page?

I recently switched my config from mac to ubuntu. All other plugins work fine but when I launch Goyo, I get the following error: `Cannot source a directory: "~/.config/nvim/autoload/goyo.vim"` `E117:...

I have the following map in my init.vim: ```noremap o :call fzf#run({'source': 'find ~', 'window': {'width': 0.6, 'height': 0.6}, 'sink': 'tabedit' })``` This map just opens a fzf window and...

Instructions to use the native package manager in Vim 8.

I use `textwidth` in my .vimrc file to impose hard carriage returns at 79 characters. However when entering Goyo with `:Goyo 79` this is lost and I get line wrapping...

Hello, I am trying to use goyo.vim and I am confused regarding what `g:goyo_linenr` does. As far as I can tell a value of `0` turns off line numbers, while...

Hello, I've encountered a problem with goyo and vim-airline. When I focus vim, scratch windows appear. ![image](https://user-images.githubusercontent.com/17759291/55552887-fd112b00-56de-11e9-84c2-5a9e0eadf76c.png) They disappear after I try to switch to them. This only happens after...