summaryrefslogtreecommitdiff
path: root/lua/core/which-key.lua
AgeCommit message (Collapse)Author
2021-10-10feat: add an independent lvim namespace (#1699)kylo252
2021-10-06[Feature] better code action prompt and auto show codelens actions (#1698)Abouzar Parvan
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-10-03fix: add missing lsp.log entry in log_viewer (#1666)kylo252
2021-10-01feat: add LvimUpdate command (#1634)kylo252
* feat: add prelimenary LvimUpdate command * feat: use native process management * feat: add a telescope change-log utility * fix: update readme to include the new command
2021-09-17fix: use the correct API for the log-viewer (#1564)kylo252
2021-09-16fix: more robust reloading (#1556)kylo252
2021-09-13refactor: use more flexible paths (#1381)kylo252
2021-09-04Revert back buffer bindings (#1458)Luc Sinet
2021-09-03[Feature]: Add new which-key command for switching to the last buffer (#1440)#!/bin/genesis
* Add new which-key command for switching to last buffer * chore(whichkey) Rework buffer descriptions Co-authored-by: Luc Sinet <[email protected]>
2021-08-30use `<leader>gd` to see git diff with previous head (#1426)Abouzar Parvan
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-20[Refactor]: consistent update of bufferline offset with nvim-tree (#1351)Ahmed Khalf
* Refactor nvim-tree * Fix stylua comments * Delete useless functions * Remove autocmd and fix tasty's bug * Fix luacheck * Fix icon issue * Fix formatting * Fix formatting again * Resolve Tasty's request * Replace double dashes with blank line
2021-08-17[Feature] Make the rest of the builtins configurable (#1318)kylo252
2021-08-15[Refactor] Clean-up redundant module-load checks (#1011)kylo252
2021-08-14feat: use telescope to quickly open lunarvim files (#1310)kylo252
2021-08-11`<CMD>` mapping must end with `<CR>`Abouzar Parvan
2021-08-11fix formatting for which-key.lua (#1288)Abouzar Parvan
2021-08-10change no highlight behavior (#1285)tuxflo
with `<cmd>let @/=""<CR>` its not possible to use `n`,`N` or stuff like `gcn` anymore because the last search is overwritten. With `:nohlsearch` this is not the case.
2021-08-09feat: Add an async logger using plenary (#1207)kylo252
Co-authored-by: rebuilt <[email protected]>
2021-08-06Add LunarVim info panel (Experimental) (#1241)kylo252
* feat: lunarvim info (Experimental) * Add missing providers info * Use nvim api directly to create the popup * width tweaks
2021-08-05<leader>lq opens quickfixchristianchiarulli
2021-08-02[Refactor] Allow editing default keymaps (#1213)kylo252
2021-07-31Add the better peek functions (#1172)Geet Sethi
2021-07-29add packerstatusChris
2021-07-26[Refactor] remove lv prefix (#1112)Luc Sinet
* Rename lv-utils into utils * Move commands defined in utils into core/commands.lua
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