summaryrefslogtreecommitdiff
path: root/lua/core/bufferline.lua
AgeCommit message (Collapse)Author
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