pocco81 / true-zen.nvim

🦝 Clean and elegant distraction-free writing for NeoVim
GNU General Public License v3.0
984 stars 30 forks source link

TrueZen Does not Quit When Used in Markdown Files and Shows Status Line in Markdown Files When laststatus=0 #82

Closed FOSSilizedDaemon closed 2 years ago

FOSSilizedDaemon commented 2 years ago

I am having two issues with this plugin. The first issue is that I have the following settings:

true_zen.setup({
    modes = {
        ataraxis = {
            -- Instead of toggling TrueZen, for some reason,
            -- just quit when commands like "q" are used.
            quit = nil,
        },
    },
})

This setting has worked as expected for every filetype, except markdown files. I am unsure why this is the case. I have tried a fresh install of neovim with only truezen and just this configuration, but still have this issue.

The second issue is that, for some reason, truezen always shows a statusline on the top of the window when in markdown files. I have tried disabled my statusline before turning on truezen, uninstalling my statusline, etc. but nothing works.

pocco81 commented 2 years ago

Hello! please check #84.