chore(nvim): fzf-lua does not require fzf vim
parent
c850bf977e
commit
bcd97bd976
|
@ -198,14 +198,10 @@ require("lazy").setup({
|
||||||
enabled = true,
|
enabled = true,
|
||||||
},
|
},
|
||||||
|
|
||||||
-- https://github.com/junegunn/fzf.vim
|
|
||||||
"junegunn/fzf",
|
|
||||||
|
|
||||||
-- https://github.com/ibhagwan/fzf-lua
|
-- https://github.com/ibhagwan/fzf-lua
|
||||||
{
|
{
|
||||||
"ibhagwan/fzf-lua",
|
"ibhagwan/fzf-lua",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"junegunn/fzf",
|
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
|
|
Loading…
Reference in New Issue