backup neovim
This commit is contained in:
10
neovim/lua/plugins/fzf-lua.lua
Normal file
10
neovim/lua/plugins/fzf-lua.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
-- Fuzzy finder plugin
|
||||
"ibhagwan/fzf-lua",
|
||||
-- optional, since lazy.nvim loads dependencies automatically
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
config = function()
|
||||
-- The setup function is optional, and can be omitted to use the default settings
|
||||
require("fzf-lua").setup({})
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user