Skip to content
/ simi Public

Plugin to fast search files with similar names.

Notifications You must be signed in to change notification settings

Em1lT/simi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Simi

Neovim plugin to fast search files with similar names.

Required dependencies

Telescope

How to use

If you have multiple files with similar names. for exampe index.ts index.test.ts you can now list them into a list with only a one command!

Commands

search_with_same_name()

search_with_name_under_cursor()

Getting started

  • install with packer
return require('packer').startup(function(use)
     use 'Em1lT/simi'

 end)
  • After installing open file and type into vim commandline
:lua require('simi').search_with_same_name()

About

Plugin to fast search files with similar names.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages