fuzzy.nvim:Neovim的模糊匹配 源码
模糊神经 Fuzzy.nvim提供了一种简单的机制和管道来在neovim中创建模糊匹配。 用法示例 -- Find files interactively ( using Libuv ) require ( ' fuzzy ' ). interactive_finder {} -- Find files recursively ( using Libuv ) require ( ' fuzzy ' ). file_finder {} -- Search for text ( using Libuv ) require ( ' fuzzy ' ). grep {} -- Search current buffer require ( ' fuzzy ' ). buffer_lines {} -- Search in recent files (file history) require (
下载地址
用户评论