refactor: add utils to the global scope

This commit is contained in:
Arman.H
2022-05-10 18:13:48 +04:30
committed by siduck
parent 8571787d70
commit 5a1240be82
19 changed files with 41 additions and 45 deletions

View File

@@ -93,6 +93,6 @@ local options = {
}
-- check for any override
options = require("core.utils").load_override(options, "hrsh7th/nvim-cmp")
options = nvchad.load_override(options, "hrsh7th/nvim-cmp")
cmp.setup(options)