move fzf native to telescope
This commit is contained in:
parent
fbdad999cd
commit
a1d6d33b34
2
init.lua
2
init.lua
@ -23,8 +23,6 @@ require('telescope').load_extension('projects')
|
||||
utils.map('n', '<space>p', '<cmd>Telescope projects<cr>')
|
||||
-------------------- AUTOPAIRS -----------------------------
|
||||
require('nvim-autopairs').setup{}
|
||||
-------------------- FZF NATIVE ----------------------------
|
||||
require('telescope').load_extension('fzf')
|
||||
-------------------- TERMINAL ------------------------------
|
||||
require('nvim-terminal').setup({
|
||||
toggle_keymap = '<leader>z',
|
||||
|
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user