summaryrefslogtreecommitdiff
path: root/lua/core/galaxyline.lua
AgeCommit message (Collapse)Author
2021-08-20[Feature] switch galaxyline to lualine (#1329)chaeing
2021-08-15Add a new option to show the mode name in galaxyline (#1303)Marcelo Cerri
2021-08-14[Refactor/Bugfix] Improve null ls handler (#1277)Luc Sinet
2021-08-09feat: Add an async logger using plenary (#1207)kylo252
Co-authored-by: rebuilt <[email protected]>
2021-08-06chore: remove now-redundant utility functionkylo252
2021-07-31feat: get null-ls registered providers by filetype (#1186)kylo252
2021-07-31fix luacheck issues (#1184)Abouzar Parvan
2021-07-31Enable querying lang-server formatting capabilities (#1078)kylo252
2021-07-30Fix the galaxyline null pointer issue (#1179)Abouzar Parvan
2021-07-28null-ls formatter name is different from its command (#1141)Abouzar Parvan
* null-ls formatter name is different from it's command * add more language support * nil is unnecessary
2021-07-27feat: resolve null-ls tag in galaxyline (#1138)kylo252
2021-07-25Show correct indentation settings in galaxyline (#1093)Eti
Display "Tab size: " instead of "Spaces: " if indenting with tabs.
2021-07-24New contract (#1080)Christian Chiarulli
Changes to the global config object O is now lvim user_plugins is now plugins user_autocommands is now autocommands No more lang specific plugins Null-ls has replaced both formatter.nvim and nvim-lint
2021-07-19Decoupling config from nvim (#1038)Christian Chiarulli
2021-07-15updatechristianchiarulli
2021-07-12refactor, fix galaxylinechristianchiarulli
2021-07-12refactor single filechristianchiarulli