Update which-key bindings for v3, make plugins lazy
This commit is contained in:
parent
bad63b1c7d
commit
8a31b832f4
3 changed files with 20 additions and 14 deletions
|
|
@ -2,6 +2,7 @@ return {
|
|||
{
|
||||
'nvim-telescope/telescope-file-browser.nvim',
|
||||
dependencies = { 'nvim-telescope/telescope.nvim', 'nvim-lua/plenary.nvim' },
|
||||
lazy = true,
|
||||
keys = {
|
||||
{ '<leader>fb', '<cmd>Telescope file_browser path=%:p:h select_buffer=true<cr>', desc = 'Open Telescope file browser in directory of current buffer' },
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue