Skip to content

Single mini.statusline while nvim-dapui is loaded, possible? #1714

Closed Answered by echasnovski
feryardiant asked this question in Q&A
Discussion options

You must be logged in to vote

First of all, thank you for the awesome plugin set!

Thanks for giving it a try!

  • Is it possible to have only one mini.statusline appears on screen while nvim-dapui is loaded?

The lualine screenshot looks like it uses the so called "global statusline". Set vim.o.laststatus = 3 to have that look. This works with 'mini.statusline' and any other statusline plugin.

  • Is there a way to configure only the filename section without having to rewrite entire default content.active.

I am afraid the suggested way is to indeed define the whole content.active as a function. This is an intentional design choice: allow nearly any possible statusline customization at a cost of requiring a significan…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@feryardiant
Comment options

@echasnovski
Comment options

Answer selected by echasnovski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested mini.statusline
2 participants