summaryrefslogtreecommitdiff
path: root/lua/lvim/core/which-key.lua
AgeCommit message (Collapse)Author
2022-03-24chore: [Feature]: Keyboard shortcut for quickfix in Telescope (#2385)Elazar Leibovich
Lunarvim has keyboard shortcuts for various LSP searches, that feeds results to quickfix list. It is useful then to have a quick way to inspect LSP results in quickfix via Telescope.
2022-03-19feat: add alpha.nvim integration (#1906)kylo252
2022-02-18chore: fix typos (#2292)dundargoc
2022-02-12feat: add a minimal implementation of bbye (#2267)kylo252
2022-02-07feat: use bufferline instead of barbar (#2254)Abouzar Parvan
2022-01-02feat: plugin version bump (#2131)Abouzar Parvan
2021-12-23refactor: uplift neovim's minimum version requirement to 0.6.0 (#2093)Abouzar Parvan
Co-authored-by: kylo252 <[email protected]>
2021-12-23[Feature]: Use Telescope's git_files with fallback (#2089)Landon Schropp
2021-11-29fix(nvimtree): update settings (#2001)kylo252
2021-11-18refactor: load the default keymaps once (#1965)kylo252
2021-11-10fix(ci): blacklist 'sorbet' (#1936)kylo252
2021-11-02feat: better error handling for packer (#1883)kylo252
2021-10-31fix: update which-key bindings for LvimReload (#1754)kylo252
2021-10-30fix(whick-key): add missing space (only windows cause problem) (#1866)Xavier Young
2021-10-15feat: better telescope integration (#1702)kylo252
2021-10-11[Feature] use `Comment.nvim` instead of `nvim-comment` (#1736)Abouzar Parvan
2021-10-11fix: core.telescope has migrated to lvim.core.telescopeAbouzar Parvan
Fixes #1739
2021-10-10feat: add an independent lvim namespace (#1699)kylo252