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