feat: add telescope ui-select
This commit is contained in:
parent
a3d0c3623d
commit
fde2607ca2
2 changed files with 17 additions and 8 deletions
|
@ -141,11 +141,14 @@ return require('packer').startup(function(use)
|
|||
|
||||
-- Telescope
|
||||
use({
|
||||
'nvim-telescope/telescope.nvim',
|
||||
requires = { { 'nvim-lua/plenary.nvim' } },
|
||||
config = function() require('plugins.telescope') end
|
||||
"nvim-telescope/telescope.nvim",
|
||||
requires = {
|
||||
{ "nvim-lua/plenary.nvim" },
|
||||
{ "nvim-telescope/telescope-fzf-native.nvim", run = "make" },
|
||||
{ "nvim-telescope/telescope-ui-select.nvim" },
|
||||
},
|
||||
config = function() require("plugins.telescope") end
|
||||
})
|
||||
use({ 'nvim-telescope/telescope-fzf-native.nvim', run = 'make' })
|
||||
|
||||
-- automatic pairs
|
||||
use({ "Raimondi/delimitMate" })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue