tamton-aquib / staline.nvim

A modern lightweight statusline and bufferline plugin for neovim in lua.
MIT License
373 stars 16 forks source link

Staline only shows a gray line #11

Closed mrLuisFer closed 3 years ago

mrLuisFer commented 3 years ago

I installed this plugin using Vim Plug but when opening neovim it only shows a gray line But when I open Treelua it shows up without any color Neovim v0.6.0-dev

Default: error

When treelua opens: when open treelua

tamton-aquib commented 3 years ago

Heyyo @mrLuisFer , I just tried out your nvim-dotfiles.

This is how it shows for me: image

And when i did :NvimTreeToggle : image

The grey color indicates that, the window is inactive.

opened init.vim and it looks like: image

mrLuisFer commented 3 years ago

Oh yeah yeah, but in my dotfiles I have two branches, the main one which is the one you tested, there it works correctly but in the second I have lsp configured and for some reason it don't show as in the main branch

branches

mrLuisFer commented 3 years ago

Also when I have the focus on a file it only shows me the part to the right, a gray line focus on a file the left is when I have the Treelua open

tamton-aquib commented 3 years ago

Tried out nvim-lsp branch too... image

Opening neovim with nvim: image

Trying :NvimTreeToggle
image

Opening init.vim: image

Couldn't reproduce the issue.

Could you try :messages to see if there are any errors?

mrLuisFer commented 3 years ago

I run/execute :messages, but it doesn't show me anything messages command

mrLuisFer commented 3 years ago

ok, I wanted to test my configuration in Windows and i think then it is a problem with my OS (Linux - Kde Neon), because in windows it shows correctly

although i don't really understand the problem because in the main branch if it shows correctly 🤔

tamton-aquib commented 3 years ago

Hmm.... that's definitely weird 😅 I'm currently on arch linux, and it works.

Have u tried turning off other plugins and check? I will probably look into it later this week, and sorry for all these silly troubles haha....

mrLuisFer commented 3 years ago

Well then it's not a Staline problem Unfortunately I still don't know why it does not appear correctly, i close the issue thx :)