fix fzf-native plugin path
This commit is contained in:
parent
d8b1b3c677
commit
dde310d4d5
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ require("lazy").setup({
|
||||||
'nvim-telescope/telescope.nvim',
|
'nvim-telescope/telescope.nvim',
|
||||||
branch = 'master',
|
branch = 'master',
|
||||||
config = require('plugins.nvim-telescope').config,
|
config = require('plugins.nvim-telescope').config,
|
||||||
dependencies = { 'nvim-lua/plenary.nvim', "telescope-fzf-native.nvim" },
|
dependencies = { 'nvim-lua/plenary.nvim', "nvim-telescope/telescope-fzf-native.nvim" },
|
||||||
priority = 100
|
priority = 100
|
||||||
},
|
},
|
||||||
--{ 'BurntSushi/ripgrep' },
|
--{ 'BurntSushi/ripgrep' },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue