Run ':Telescope find_files' with <leader>p
This commit is contained in:
parent
720afc8908
commit
53f7939794
@ -1,4 +1,10 @@
|
|||||||
|
local telescope_config = function()
|
||||||
|
local builtin = require("telescope.builtin")
|
||||||
|
vim.keymap.set("n", "<leader>p", builtin.find_files)
|
||||||
|
end
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'nvim-telescope/telescope.nvim', tag = '0.1.6',
|
'nvim-telescope/telescope.nvim', tag = '0.1.6',
|
||||||
dependencies = { 'nvim-lua/plenary.nvim' }
|
dependencies = { 'nvim-lua/plenary.nvim' },
|
||||||
|
config = telescope_config
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user