summaryrefslogtreecommitdiff
path: root/lua/core/lualine
AgeCommit message (Collapse)Author
2021-10-10feat: add an independent lvim namespace (#1699)kylo252
2021-10-03refactor: auto-generate language configuration (#1584)kylo252
Refactor the monolithic `lvim.lang` design into a more modular approach. IMPORTANT: run `:LvimUpdate` in order to generate the new ftplugin template files.
2021-09-15[bugfix] Update lualine according to the breaking changes (#1558)Abouzar Parvan
2021-09-08Show treesitter icon only with supported filetype (#1512)luetage
2021-09-06there was a weird situation that caused lualine msg to turn boolean instead ↵Abouzar Parvan
of table (#1492)
2021-09-05[BUGFIX] don't show table address in lualine (#1477)Abouzar Parvan
2021-08-27formatChristian Chiarulli
2021-08-26use styles.lua rather instead of editing options directlyChristian Chiarulli
2021-08-26disable nvimtree and outline for lualineChristian Chiarulli
2021-08-26[Refactor]: only allow a single logger (#1405)kylo252
2021-08-26fix logging when plenary is not available (#1390)kylo252
2021-08-26[Refactor] Lualine component conditions (#1394)chaeing
2021-08-24[Feature] enhance lualine config (#1372)chaeing
2021-08-20[Feature] switch galaxyline to lualine (#1329)chaeing