Skip to content

NeoVim plugin enabling searching in Telescope for the currently selected text in visual mode.

Notifications You must be signed in to change notification settings

MagerlinC/vsearch.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Visual Search plugin

Small plugin to search for the current visual text selection globally in the project using Telescope.

Installation & Configuration

To set up the plugin, simply require the package and supply a an option object with a keymap property, containing the keymap you'd like to use to conduct visual search:

return {
  "magerlinc/vsearch.nvim",
  config = function()
    require("vsearch").setup({
	keymap = "<leader>vs",
    })
  end,
}

About

NeoVim plugin enabling searching in Telescope for the currently selected text in visual mode.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages