Skip to content

Commit

Permalink
fix(plugins): reorder fzf-native
Browse files Browse the repository at this point in the history
  • Loading branch information
ecosse3 committed Jun 3, 2022
1 parent 3f1da4a commit 5473aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ return require('packer').startup({
use { 'm-demare/hlargs.nvim', config = function() require('hlargs').setup() end }

-- Navigating (Telescope/Tree/Refactor)
use { 'nvim-telescope/telescope-fzf-native.nvim', run = 'make' }
use { 'nvim-telescope/telescope.nvim',
config = "require('plugins.telescope')",
requires = {
Expand All @@ -37,7 +38,6 @@ return require('packer').startup({
{ 'nvim-telescope/telescope-fzf-native.nvim' }
}
}
use { 'nvim-telescope/telescope-fzf-native.nvim', run = 'make' }
use { 'cljoly/telescope-repo.nvim' }
use { 'kevinhwang91/nvim-bqf', ft = 'qf' }
use { 'nvim-pack/nvim-spectre' }
Expand Down

0 comments on commit 5473aa2

Please sign in to comment.