feat: add LvimUpdate command (#1634)

* 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
This commit is contained in:
kylo252 2021-10-01 13:27:06 +02:00 committed by GitHub
parent 52dd273ca9
commit a273c46eee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 194 additions and 102 deletions

View file

@ -12,6 +12,8 @@ M.defaults = {
]],
-- :LvimInfo
[[command! LvimInfo lua require('core.info').toggle_popup(vim.bo.filetype)]],
[[ command! LvimCacheReset lua require('bootstrap').reset_cache() ]],
[[ command! LvimUpdate lua require('bootstrap').update() ]],
}
M.load = function(commands)