goyo.vim VS true-zen.nvim

Compare goyo.vim vs true-zen.nvim and see what are their differences.

goyo.vim

:tulip: Distraction-free writing in Vim (by junegunn)

true-zen.nvim

🦝 Clean and elegant distraction-free writing for NeoVim (by pocco81)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
goyo.vim true-zen.nvim
41 20
4,435 923
- -
0.9 0.0
about 1 year ago 8 months ago
Vim Script Lua
MIT License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

goyo.vim

Posts with mentions or reviews of goyo.vim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-27.

true-zen.nvim

Posts with mentions or reviews of true-zen.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-14.
  • Authors: how do you make your plugin discoverable and appealing?
    9 projects | /r/neovim | 14 Dec 2022
    Duplicated idea, while it is true that your plugin does center buffer without hiding tabline or statusline, I can do the same in true-zen with 2 lines of configuration). In this case what I would want to strike for is making a very simple script.
  • tmux like zooming?
    4 projects | /r/neovim | 16 Nov 2022
    Check TrueZen from Pocco: https://github.com/Pocco81/true-zen.nvim
  • true-zen.nvim (rewrite): clean and elegant distraction-free writing for NeoVim
    2 projects | /r/neovim | 29 Jul 2022
    Heya! Meet true-zen.nvim, a plugin that de-clutters NeoVim's UI to enhance your coding experience.
  • Neovim distributions for writers
    7 projects | /r/neovim | 21 Apr 2022
    Have you considered using neovim with the [TrueZen plugin](https://github.com/Pocco81/TrueZen.nvim)? I threw that into NVChad and it turned into a very nice writing experience for me. YMMV.
  • TrueZen.nvim and gitsigns.nvim not working together?
    2 projects | /r/neovim | 23 Mar 2022
    At first I thougt, that this is due to the colorscheme I use (github-nvim-theme). There is the issue, that when I want to disable Ataraxis-mode, it throws an error and basically the whole Neovim-session is screwed (disabled ui-elements not being reenabled).
  • Write Thin to Write Fast
    6 projects | news.ycombinator.com | 9 Nov 2021
  • ataraxis.lua: distraction-free writing in neovim
    5 projects | /r/neovim | 22 Aug 2021
    TrueZen.nvim - seems to be a bit bloated and overkill for what it aims to be, a bunch of different modes and dozens of configurations options
  • What is the Proper Way to Enter a New Mode in a Hook? Also Lua Question
    2 projects | /r/neovim | 21 Aug 2021
    My second question is a bit more... complicated? I use TrueZen and honestly love it it works perfectly and the developer is awesome and always up for adding some neat things like including the ability to set quit to either quit or toggle, but I ran into one issue I can't seem to resolve with it. This may be a bit complicated so if I describe this incorrectly please let me know. TrueZen has built-in methods for toggle supported statuslines like lualine, but does not always toggle non-supported statuslines. I made a pull request about this, but as I got distracted and busy with uni I accidentally abandoned it (I apologies I know people doing that can be annoying). The pull request however did have some helpful information though, it seems what I need to do is create a custom function that toggles my statusline... but I don't know how. If you review the request here you can see a better more detailed explanation. From what I can tell, as someone who doesn't fully understand vim or lua, I need to create a function call, say togglel_my_statusline, and then call that function in true_zen.after_mode_ataraxis_on = function (). So I did some document reading figured out I could simply do opt.laststatus = 0 and as I simply set opt.statusline this should disable the statusline. I then simply created this
  • (Improvements) TrueZen.nvim: Clean and elegant distraction-free writing for NeoVim
    1 project | /r/neovim | 30 Jun 2021
    Hello! just wanted to take a minute or two from your time to let you know that TrueZen.nvim has changed quite a bit. I first wrote this plugin after being a few weeks into Nvim with lua knowledge that hadn't been used for around 4 months. As you'd expect, code quality was kind of bad.
  • Is There a Newer Goyo?
    4 projects | /r/neovim | 24 Jun 2021

What are some alternatives?

When comparing goyo.vim and true-zen.nvim you can also consider the following projects:

zen-mode.nvim - 🧘 Distraction-free coding for Neovim

vim-pencil - Rethinking Vim as a tool for writing

dashboard-nvim - vim dashboard

vim-easy-align - :sunflower: A Vim alignment plugin

NeoVim-Delightful - A charming and dazzling NeoVim configuration!

vim-startify - :link: The fancy start screen for Vim.

ataraxis.lua - A simple zen mode for improving code readability on neovim

indent-blankline.nvim - Indent guides for Neovim

dotfiles

nvim-lua-setup

which-key.nvim - 💥 Create key bindings that stick. WhichKey is a lua plugin for Neovim 0.5 that displays a popup with possible keybindings of the command you started typing.