feat(lsp): handle user configuration in setup() (#1707)

This commit is contained in:
kylo252 2021-10-07 17:47:53 +02:00 committed by GitHub
parent 0ad60e90a9
commit c0e3c8d43a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 102 additions and 69 deletions

View file

@ -11,8 +11,8 @@ M.defaults = {
endfunction
]],
-- :LvimInfo
[[command! LvimInfo lua require('core.info').toggle_popup(vim.bo.filetype)]],
[[ command! LvimCacheReset lua require('bootstrap').reset_cache() ]],
[[ command! LvimInfo lua require('core.info').toggle_popup(vim.bo.filetype) ]],
[[ command! LvimCacheReset lua require('utils.hooks').reset_cache() ]],
[[ command! LvimUpdate lua require('bootstrap').update() ]],
}