1. 首页
  2. 数据库
  3. 其它
  4. fuzzy.nvim:Neovim的模糊匹配 源码

fuzzy.nvim:Neovim的模糊匹配 源码

上传者: 2021-04-07 08:42:08上传 ZIP文件 28.41KB 热度 19次
模糊神经 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 (
下载地址
用户评论