summaryrefslogtreecommitdiff
path: root/lua/core/bufferline.lua
AgeCommit message (Collapse)Author
2021-10-10feat: add an independent lvim namespace (#1699)kylo252
2021-08-22[Refactor/Bugfix] move on_config_done callbacks to relevant setup() (#1175)devtoi
* Make autopairs config consistent with others * Fix two typos for autopairs * Remove extranous autopairs code. Return on setup * Remove extranous else for autopairs completion confirmation * Move on_config_done callbacks to setup functions. * Add on_config_done completion for builtins lacking a config function * enables galaxyline callbacks to work properly * Add modules for more builtins * Finish streamline of config function in plugin setup * Fix double use of which_key/wk * Fix erroneous remove of functionality in autopairs completion * consistency fixes * Work around telescope not found at config time * Match plugin definition of project and lualine with others * fix: restore config callback syntax Co-authored-by: Johan Melin <[email protected]> Co-authored-by: rebuilt <[email protected]> Co-authored-by: Luc Sinet <[email protected]> Co-authored-by: kylo252 <[email protected]>
2021-08-06bufferline broke because the added active toggle will always be false. Set ↵rebuilt
it in default_config to fix behavior
2021-08-05ability to toggle bufferlinechristianchiarulli
2021-08-02[Refactor] Allow editing default keymaps (#1213)kylo252
2021-08-02[Refactor] Adopt which key mapping style (#1210)Luc Sinet
* Refactor keymappings to match which-key style * Update confif example + remove redundant way of registering mappings
2021-08-02Make keymaps of bufferline and compe configurable (#1205)Luc Sinet
2021-07-25Move leader keybinding into the whichkey config (#1089)rebuilt
2021-07-25remove shift - x from buffer line (#1073)Kai
fixes issue https://github.com/ChristianChiarulli/LunarVim/issues/1053
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-12refactor single filechristianchiarulli