loqusion

Results 41 comments of loqusion

Same issue here. The statusline is also showing in minimalist, when windows are split horizontally. Also, my tabline is hidden in minimalist, but not in ataraxis.

After briefly surveying the code, it seems that the statusline is hidden as follows: - Set `'laststatus'` to 0 - Set `'statusline'` to "" - Change highlighting for `StatusLine` and...

I still think we should support lualine by default so that true-zen works out-of-the-box rather than forcing users to do extra work for compatibility. Either that, or we could use...

I still experienced this even with setting the cursor color to white and enabling smart box cursor color. But then I restarted iTerm, and that fixed the issue. Weird...

I got the same error. Then I tried to add `vue-loader` to my webpack config as follows (in `next.config.js`): ```javascript const VueLoaderPlugin = require('vue-loader/lib/plugin'); module.exports = { webpack: (config, options)...

What are you using to close the buffer?

All `:TZFocus` really does is run any configured callbacks and run `:tab split` or `:tabclose` depending on whether it's running or not, so that's kind of weird. Do you have...

It could be that another part of your config, or perhaps another plugin, is interacting in such a way that it erroneously closes your original tab upon exiting focus mode,...

> Do you have any suggestions on how to back up a neovim config to GitHub by the way? Any nice tools available for it or is the best route...

@Mange 1488013 makes it so whatever `'statusline'` you set for minimalist is overridden when you enable lualine integration. I've actually been experiencing issues similar to you, and I made a...