Closed delfick closed 3 years ago
sorry i still don't understand what do you want .I think that buble theme is already have that feature on nvimtree.
So when I'm on the file it looks like this
But when I'm in the nvim-tree it looks like this
hi i fix that you can update plugin an check
yeap, that fixed it. Thanks!!
@delfick
I'm still having this issue, both with require('wlsample.bubble')
and require('wlsample.evil_line')
.
Is there anything else that I have to do that I might be missing?
seems I have this in my vimrc
table.remove(windline.statusline_ft, 1)
windline.add_status({
filetypes = { 'NvimTree' },
active = {
{ require('windline.helpers').separators.slant_right, { 'black', 'black_light' } },
},
show_in_active = true,
show_last_status = true
})
This is the whole thing (still super messy but a lot better than it used to be lol)
@b3nj5m1n I just test and it still works. That feature needs you to focus on nvimtree and it still displays the statusline on the last window.
@delfick :( yeah, It is simpler than copy the whole file to modify 1 thing.
I use fern.vim and display the folder name on bottom is useful.
Hello,
I'm using
require('wlsample.bubble')
and I'm wondering if there is a way for it to show as if it was active when I'm focused elsewhere like on nvim-tree?