refactor: add utils to the global scope
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user