Skip to content
Snippets Groups Projects
Commit 579b75c6 authored by Jan Hensel's avatar Jan Hensel :penguin:
Browse files

nvim: Set spectre-highlights

parent 9bfda3b5
No related branches found
No related tags found
No related merge requests found
......@@ -249,7 +249,14 @@ local plugins = {
},
{
'nvim-pack/nvim-spectre',
dependencies = { 'nvim-lua/plenary.nvim' },
dependencies = { 'nvim-lua/plenary.nvim' },
opts = {
highlight = {
ui = "String",
search = "DiffDelete",
replace = "DiffAdd"
},
},
},
-- colorschemes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment