mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2026-08-17 07:02:48 +01:00
Moved keys.lua into fennel prefix trie
This commit is contained in:
@@ -69,6 +69,6 @@ return { -- Telescope is so core to nvim that it gets its own module
|
||||
pcall(require("telescope").load_extension, "file-browser")
|
||||
end,
|
||||
-- See `:help telescope.builtin`
|
||||
keys = require("config.keys").telescope(require("telescope.builtin")),
|
||||
keys = require("config.keys").telescope,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user