nvim-lualine / lualine.nvim

A blazing fast and easy to configure neovim statusline plugin written in pure lua.
MIT License
5.72k stars 455 forks source link

Feat: align to left for component #1189

Open yimingwangdell opened 5 months ago

yimingwangdell commented 5 months ago

lualine_x = {{'b:coc_current_function'}}, coc function name is truncated by default, if it's possible to make it aligned to left?

image