[nvim] fix: broken mapping for telescope

This commit is contained in:
David JULIEN 2022-04-18 12:33:25 +02:00
parent a38d2a61c5
commit f456d9557c
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ utils.map("n", "<leader>lf", "<cmd>lua vim.lsp.buf.formatting()<CR>")
-- telescope
utils.map("n", "<leader>tf", "<cmd>Telescope find_files<CR>")
utils.map("n", "<leader>tb", "<cmd>Telescope file_browser<CR>")
utils.map("n", "<leader>tb", "<cmd>Telescope buffers<CR>")
utils.map("n", "<leader>tl", "<cmd>Telescope live_grep<CR>")
-- colorscheme