You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I am having two issues with this plugin. The first issue is that I have the following settings:
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.
The text was updated successfully, but these errors were encountered: