chore(nvim): fzf-lua does not require fzf vim

main
sudo pacman -Syu 2023-09-16 17:59:02 +07:00
parent c850bf977e
commit bcd97bd976
1 changed files with 0 additions and 4 deletions

View File

@ -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()