Skip to content

Commit

Permalink
feat(utility): Add telescope-fzy-native.nvim (#398)
Browse files Browse the repository at this point in the history
* feat(utility): Add telescope-fzy-native.nvim

* Update lua/astrocommunity/utility/telescope-fzy-native-nvim/init.lua

Co-authored-by: Micah Halter <[email protected]>

---------

Co-authored-by: Micah Halter <[email protected]>
  • Loading branch information
Uzaaft and mehalter authored Jul 10, 2023
1 parent bc8c98e commit 529284e
Show file tree
Hide file tree
Showing 2 changed files with 14 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>

5 changes: 5 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,5 @@
return {
"nvim-telescope/telescope.nvim",
dependencies = { "nvim-telescope/telescope-fzy-native.nvim" },
opts = function() require("telescope").load_extension "fzy_native" end,
}

0 comments on commit 529284e

Please sign in to comment.