remove usage of globals for util functions
This commit is contained in:
parent
0f013d4e7b
commit
cb97cef2a7
18 changed files with 55 additions and 55 deletions
|
|
@ -31,6 +31,6 @@ local options = {
|
|||
max_concurrent_installers = 20,
|
||||
}
|
||||
|
||||
options = nvchad.load_override(options, "williamboman/nvim-lsp-installer")
|
||||
options = require("core.utils").load_override(options, "williamboman/nvim-lsp-installer")
|
||||
|
||||
lsp_installer.setup(options)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue