Skip to content

An extensible neovim plugin that integrates fzf into the editor

License

Notifications You must be signed in to change notification settings

samsze0/fzf.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fzf.nvim

An extensible neovim plugin that integrates fzf into the editor

Usage

lazy.nvim

{
    "samsze0/fzf.nvim",
    config = function()
        require("fzf").setup({})
    end,
    dependencies = {
        "samsze0/utils.nvim",
        "samsze0/jumplist.nvim",
        "samsze0/terminal-filetype.nvim",
        "samsze0/notifier.nvim",
        "samsze0/websocket.nvim"  -- Optional
    }
}

License

MIT

About

An extensible neovim plugin that integrates fzf into the editor

Topics

Resources

License

Stars

Watchers

Forks

Languages