mistweaverco / kulala.nvim

A minimal 🤏 HTTP-client 🐼 interface 🖥️ for Neovim ❤️.
https://kulala.mwco.app
MIT License
304 stars 5 forks source link

Display selected environment in statusbar #16

Closed t-eichmann closed 3 weeks ago

t-eichmann commented 3 weeks ago

Once the selection of environments from #15 is implemented it would be nice to have the possibility to display the currently selected environment in the statusbar.

gorillamoe commented 3 weeks ago

Basic support for lualine is here:

require('lualine').setup({
  sections = {
    lualine_a = {},
    lualine_b = {},
    lualine_c = { "filename" },
    lualine_x = { "kulala", "encoding", "fileformat", "branch"},
    lualine_y = { "progress" },
    lualine_z = { "location" }
  },
})
gorillamoe commented 3 weeks ago

Screenshot

image