LunarVim/lua/lvim/core/lualine
Rafael Madriz 6f8b96de9d
refactor(lualine): use string.format to return unique names (#4193)
To purpose of this change is to make code more redeable by making
`unique_client_names` a string with the unique names instead of a table
and later on calling `table.concat`. Then use `string.format` instead of
string concatenation with `..`
2023-05-25 08:12:55 +02:00
..
colors.lua feat: add an independent lvim namespace (#1699) 2021-10-10 21:07:41 +02:00
components.lua refactor(lualine): use string.format to return unique names (#4193) 2023-05-25 08:12:55 +02:00
conditions.lua fix: use columns instead of winwidth 2022-09-21 21:21:00 -04:00
init.lua refactor(alpha): remove laststatus and tabline autocmds (#3809) 2023-02-04 16:24:56 +01:00
styles.lua refactor: more deliberate reload (#3133) 2022-10-04 13:23:52 -04:00
utils.lua feat: add alpha.nvim integration (#1906) 2022-03-19 20:02:45 +01:00