Skip to content

Commit

Permalink
feat(utility): Add telescope-fzy-native.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft committed Jul 10, 2023
1 parent 57e7022 commit 4876685
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# telescope-fzy-native.nvim

FZY style sorter that is compiled

Dependencies:
* It is possible that you will already have a compiled binary matching your system. You can find out information about compiling the binary at the implementation repo: https://github.com/romgrk/fzy-lua-native

**Repository:** <https://github.com/nvim-telescope/telescope-fzy-native.nvim>

11 changes: 11 additions & 0 deletions lua/astrocommunity/utility/telescope-fzy-native-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
local prefix = "<leader>fd"

return {
{ "nvim-telescope/telescope-fzy-native.nvim" },
{
"nvim-telescope/telescope.nvim",
optional = true,
dependencies = { "telescope_dap" },
opts = function() require("telescope").load_extension "fzy_native" end,
},
}

0 comments on commit 4876685

Please sign in to comment.