refactor: add utils to the global scope
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
-- example file i.e lua/custom/init.lua
|
||||
|
||||
-- MAPPINGS
|
||||
local map = require("core.utils").map
|
||||
local map = nvchad.map
|
||||
|
||||
map("n", "<leader>cc", ":Telescope <CR>")
|
||||
map("n", "<leader>q", ":q <CR>")
|
||||
|
||||
Reference in New Issue
Block a user