mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-01 04:54:27 +02:00
add config ensure installed
This commit is contained in:
parent
0b8d7cdf85
commit
a7bd97a3c7
5 changed files with 35 additions and 2 deletions
|
@ -34,6 +34,8 @@ config = {
|
|||
null_ls_sources = opt("null_ls_sources", {}),
|
||||
whichkey = opt("whichkey", {}),
|
||||
coderunner = opt("coderunner", {}),
|
||||
null_ls_ensure_installed = opt("null_ls_ensure_installed", {}),
|
||||
dap_ensure_installed = opt("dap_ensure_installed", {}),
|
||||
}
|
||||
|
||||
return config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue