actually enable the telescope fzf plugin
This commit is contained in:
@ -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 }
|
||||||
|
Reference in New Issue
Block a user