move fzf native to telescope
This commit is contained in:
@ -38,7 +38,8 @@ return require('packer').startup(function()
|
||||
requires = {
|
||||
{'nvim-lua/popup.nvim'},
|
||||
{'nvim-lua/plenary.nvim'},
|
||||
{'kyazdani42/nvim-web-devicons'}
|
||||
{'kyazdani42/nvim-web-devicons'},
|
||||
{'nvim-telescope/telescope-fzf-native.nvim', run = 'make'}
|
||||
},
|
||||
config = get_setup("telescope"),
|
||||
})
|
||||
@ -92,7 +93,6 @@ return require('packer').startup(function()
|
||||
use {'ahmedkhalf/project.nvim'}
|
||||
use {'p00f/nvim-ts-rainbow'}
|
||||
use {'windwp/nvim-autopairs'}
|
||||
use {'nvim-telescope/telescope-fzf-native.nvim', run = 'make'}
|
||||
use {'ray-x/lsp_signature.nvim'}
|
||||
use {'s1n7ax/nvim-terminal'}
|
||||
use {
|
||||
|
@ -48,3 +48,5 @@ require('telescope').setup {
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
require('telescope').load_extension('fzf')
|
||||
|
Reference in New Issue
Block a user