8 lines
243 B
Lua
8 lines
243 B
Lua
return {
|
|
-- NOTE: No keybindings, use `:Spectre` or `:Spectre <file>`
|
|
-- Spectre has no undo, so it should be rarely used, which is why no keybindings are defined
|
|
'nvim-pack/nvim-spectre',
|
|
cmd = 'Spectre',
|
|
config = true,
|
|
}
|