Update plugins.lua

This commit is contained in:
Benjamin Kyd
2024-08-02 11:03:10 +01:00
committed by GitHub
parent 6da4ce3f41
commit 207b183bea

View File

@@ -14,7 +14,7 @@ return {
{
'tzachar/local-highlight.nvim',
config = function()
require('local-highlight').setup(
require('local-highlight').setup({
hlgroup = 'Search',
cw_hlgroup = nil,
-- Whether to display highlights in INSERT mode or not
@@ -22,7 +22,7 @@ return {
min_match_len = 1,
max_match_len = math.huge,
highlight_single_match = true,
})
})
vim.api.nvim_create_autocmd('BufRead', {
pattern = {'*.*'},
callback = function(data)