fix(spectre): don't build nvim-spectre

This commit is contained in:
Folke Lemaitre 2023-11-04 10:14:31 +01:00
parent e5babf289c
commit 3986169823
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -98,6 +98,7 @@ return {
-- search/replace in multiple files
{
"nvim-pack/nvim-spectre",
build = false,
cmd = "Spectre",
opts = { open_cmd = "noswapfile vnew" },
-- stylua: ignore