Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
FOSSilizedDaemon opened this issue Jul 12, 2022 · 1 comment

Comments

@FOSSilizedDaemon
Copy link

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
Copy link
Owner

pocco81 commented Jul 30, 2022

Hello! please check #84.

@pocco81 pocco81 closed this as completed Jul 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants