feat: add a minimal implementation of bbye (#2267)

This commit is contained in:
kylo252 2022-02-12 09:29:36 +01:00 committed by GitHub
parent 564798b83e
commit f6a75c1d10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 64 additions and 1 deletions

View file

@ -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() ]],