Files
neovim-config/lua/taken/plugins/spectre.lua
Taken 9556024c93 Added types
Signed-off-by: Taken <taken@mairimashita.org>
2024-03-17 16:34:11 +01:00

9 lines
207 B
Lua

--- @type LazyPluginSpec
return {
"nvim-pack/nvim-spectre",
name = "spectre",
dependencies = { "nvim-lua/plenary.nvim", "nvim-tree/nvim-web-devicons" },
cmd = "Spectre",
config = true,
}