Compare commits
2 Commits
55e28be32c
...
1f17082b04
Author | SHA1 | Date | |
---|---|---|---|
1f17082b04 | |||
2b19c01d6b |
|
@ -40,6 +40,9 @@ return {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
|
config = function(plugin, opts)
|
||||||
|
require("telescope").setup(opts)
|
||||||
|
end,
|
||||||
init = function()
|
init = function()
|
||||||
vim.keymap.set("n", "<leader>.", function()
|
vim.keymap.set("n", "<leader>.", function()
|
||||||
require("telescope.builtin").oldfiles()
|
require("telescope.builtin").oldfiles()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user