refactor: add utils to the global scope
This commit is contained in:
parent
8571787d70
commit
5a1240be82
19 changed files with 41 additions and 45 deletions
|
|
@ -31,6 +31,6 @@ local options = {
|
|||
max_concurrent_installers = 20,
|
||||
}
|
||||
|
||||
options = require("core.utils").load_override(options, "williamboman/nvim-lsp-installer")
|
||||
options = nvchad.load_override(options, "williamboman/nvim-lsp-installer")
|
||||
|
||||
lsp_installer.setup(options)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue