kosayoda / nvim-lightbulb

VSCode 💡 for neovim's built-in LSP.
MIT License
783 stars 27 forks source link

[Question]: how you have two status line? #30

Closed LinArcX closed 1 year ago

LinArcX commented 2 years ago

Sorry if my question isn't related to the plugin. But i'm curious to know how you have two status line? (in git presented in README there's one at top and another at the bottom)

kosayoda commented 2 years ago

The one on top is not the statusline, but the tabline. :h tabline, :h showtabline are good places to look.