summaryrefslogtreecommitdiff
path: root/lua/core/which-key.lua
AgeCommit message (Collapse)Author
2021-07-25Move leader keybinding into the whichkey config (#1089)rebuilt
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-16[Feature] add linter support (#982)Luc Sinet
2021-07-16:tada: telescope supports colorscheme preview (#995)Abouzar Parvan
2021-07-14Fix dashboard which key still appears when dashboard disabled (#923)hui.liu
* Fix dashboard which key still appears when dashboard disabled * Prevent override user_which_key
2021-07-14[WHICH-KEY] Use wk.register() to handle the overrides. (#915)James Walmsley
2021-07-12refactor single filechristianchiarulli