refactor: add utils to the global scope
This commit is contained in:
@@ -38,6 +38,6 @@ local options = {
|
||||
enable_new_mappings = true,
|
||||
}
|
||||
|
||||
options = require("core.utils").load_override(options, "NvChad/nvterm")
|
||||
options = nvchad.load_override(options, "NvChad/nvterm")
|
||||
|
||||
nvterm.setup(options)
|
||||
|
||||
Reference in New Issue
Block a user