index
:
LunarVim.git
appname-impl
bootstrap-stdpath
feat-dapui-layout
feat-luasnip-setup-tables
feat/handlers-override
luasnip-refactor
mason-nullls-dap
master
nvim-v0.9-bump
nvim_appname-refactor
plugins-bump
refactor-toggleterm-exec
refactor/builtins
refactor/config-structure
release-1.2/neovim-0.8
release-1.3/neovim-0.9
remove-old-colorschemes
rolling
🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
core
/
which-key.lua
Age
Commit message (
Expand
)
Author
2021-10-10
feat: 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-03
refactor: auto-generate language configuration (#1584)
kylo252
2021-10-03
fix: add missing lsp.log entry in log_viewer (#1666)
kylo252
2021-10-01
feat: add LvimUpdate command (#1634)
kylo252
2021-09-17
fix: use the correct API for the log-viewer (#1564)
kylo252
2021-09-16
fix: more robust reloading (#1556)
kylo252
2021-09-13
refactor: use more flexible paths (#1381)
kylo252
2021-09-04
Revert back buffer bindings (#1458)
Luc Sinet
2021-09-03
[Feature]: Add new which-key command for switching to the last buffer (#1440)
#!/bin/genesis
2021-08-30
use `<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
2021-08-20
[Refactor]: consistent update of bufferline offset with nvim-tree (#1351)
Ahmed Khalf
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-14
feat: use telescope to quickly open lunarvim files (#1310)
kylo252
2021-08-11
`<CMD>` mapping must end with `<CR>`
Abouzar Parvan
2021-08-11
fix formatting for which-key.lua (#1288)
Abouzar Parvan
2021-08-10
change no highlight behavior (#1285)
tuxflo
2021-08-09
feat: Add an async logger using plenary (#1207)
kylo252
2021-08-06
Add LunarVim info panel (Experimental) (#1241)
kylo252
2021-08-05
<leader>lq opens quickfix
christianchiarulli
2021-08-02
[Refactor] Allow editing default keymaps (#1213)
kylo252
2021-07-31
Add the better peek functions (#1172)
Geet Sethi
2021-07-29
add packerstatus
Chris
2021-07-26
[Refactor] remove lv prefix (#1112)
Luc Sinet
2021-07-25
Move leader keybinding into the whichkey config (#1089)
rebuilt
2021-07-24
New contract (#1080)
Christian Chiarulli
2021-07-19
Decoupling 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-14
Fix dashboard which key still appears when dashboard disabled (#923)
hui.liu
2021-07-14
[WHICH-KEY] Use wk.register() to handle the overrides. (#915)
James Walmsley
2021-07-12
refactor single file
christianchiarulli