mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-29 06:18:18 +02:00
feat(lsp): handle user configuration in setup() (#1707)
This commit is contained in:
parent
0ad60e90a9
commit
c0e3c8d43a
7 changed files with 102 additions and 69 deletions
|
@ -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() ]],
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue