sam4llis / nvim-tundra

A theme for Neovim with support for LSP, Treesitter, Telescope, and more.
253 stars 6 forks source link

Add support for common statuslines #2

Closed vihu closed 1 year ago

vihu commented 2 years ago

This is an excellent colorscheme!

It would be great if we could have support for some common statusline plugins like lualine and/or feline as well.

sam4llis commented 2 years ago

Thanks!

I don’t actually use a statusline so hadn’t considered adding it to the colorscheme until now. Would you mind linking some examples from other Neovim colorschemes that have this functionality? I’m not sure if it is simply highlight groups that need implementing or hard-coding components (e.g., gig branch, LSP diagnostics, etc.) :)

vihu commented 2 years ago

Here's a couple examples:

sam4llis commented 1 year ago

Sorry for the late response - commit 14a3364 adds an initial lualine.nvim integration for Tundra. If you're happy with that I'll close this issue :) With regards to a feline integration, I'll probably open another issue for that is there's demand for it.