new file browser for neovim telescope.
This commit is contained in:
parent
eb6428a51b
commit
51a5135297
2 changed files with 2 additions and 1 deletions
|
@ -92,7 +92,7 @@ vim.cmd 'colorscheme moonfly'
|
|||
--open nvim-tree with leader+t
|
||||
map('n', '<leader>t', ':NvimTreeToggle<CR>', opts)
|
||||
--telescope stuff
|
||||
map('n', '<leader>ff', ':Telescope file_browser<CR>', opts)
|
||||
map('n', '<leader>ff', ':lua require "telescope".extensions.file_browser.file_browser()<CR>', opts)
|
||||
map('n', '<leader>fg', ':Telescope live_grep<CR>', opts)
|
||||
map('n', '<leader>fb', ':Telescope buffers<CR>', opts)
|
||||
map('n', '<leader>fm', ':Telescope marks<CR>', opts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue