removed telescope-fzf-native.

This commit is contained in:
Gabe Venberg 2022-03-30 08:36:49 -07:00
parent 6cf5225471
commit 94c37fc66a

View file

@ -50,13 +50,9 @@ return require('packer').startup(function(use)
{'nvim-lua/plenary.nvim'},
{'nvim-lua/popup.nvim'},
{'nvim-treesitter/nvim-treesitter'},
{'nvim-telescope/telescope-fzf-native.nvim', run = 'make' },
{'nvim-telescope/telescope-symbols.nvim'},
{'nvim-telescope/telescope-file-browser.nvim'},
},
config=function()
require'telescope'.load_extension('fzf')
end
}
use {'kyazdani42/nvim-tree.lua',