actually enable the telescope fzf plugin
This commit is contained in:
parent
eb4457fa56
commit
fcd03a342b
1 changed files with 4 additions and 0 deletions
|
|
@ -61,6 +61,10 @@ return { 'nvim-telescope/telescope.nvim',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-- load in the fzf extension
|
||||||
|
telescope.load_extension('fzf')
|
||||||
|
|
||||||
|
-- keymaps
|
||||||
local telebuilt = require('telescope.builtin')
|
local telebuilt = require('telescope.builtin')
|
||||||
map('n', '<leader>f', function()
|
map('n', '<leader>f', function()
|
||||||
telebuilt.fd { follow = true }
|
telebuilt.fd { follow = true }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue