chore: initial commit

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2023-11-05 04:53:31 -03:00
commit d3948c7910
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
56 changed files with 8996 additions and 0 deletions

View file

@ -0,0 +1,12 @@
return {
{
"telescope.nvim",
dependencies = {
"nvim-telescope/telescope-fzf-native.nvim",
build = "make",
config = function()
require("telescope").load_extension("fzf")
end,
},
}
}