mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 23:20:08 +02:00
feat: add a minimal implementation of bbye (#2267)
This commit is contained in:
parent
564798b83e
commit
f6a75c1d10
3 changed files with 64 additions and 1 deletions
|
@ -10,6 +10,7 @@ M.defaults = {
|
|||
endif
|
||||
endfunction
|
||||
]],
|
||||
[[ command! BufferKill lua require('user.bufferline').buf_kill('bd') ]],
|
||||
-- :LvimInfo
|
||||
[[ command! LvimInfo lua require('lvim.core.info').toggle_popup(vim.bo.filetype) ]],
|
||||
[[ command! LvimCacheReset lua require('lvim.utils.hooks').reset_cache() ]],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue